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
itemIdItemIdThe Id of the message to read.
dialStringstringThe full dial string used to call the phone.
Returns
- PhoneCall
An object providing status for the phone call.