Class UnifiedMessaging
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the Unified Messaging functionalities.
public sealed class UnifiedMessaging
- Inheritance
-
UnifiedMessaging
- Inherited Members
Methods
PlayOnPhone(ItemId, string)
Calls a phone and reads a message to the person who picks up.
public PhoneCall PlayOnPhone(ItemId itemId, string dialString)
Parameters
itemId
ItemIdThe Id of the message to read.
dialString
stringThe full dial string used to call the phone.
Returns
- PhoneCall
An object providing status for the phone call.