UnifiedMessaging.PlayOnPhone(ItemId, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls a phone number and plays a mailbox item on the phone call.
public:
Microsoft::Exchange::WebServices::Data::PhoneCall ^ PlayOnPhone(Microsoft::Exchange::WebServices::Data::ItemId ^ itemId, System::String ^ dialString);
public Microsoft.Exchange.WebServices.Data.PhoneCall PlayOnPhone (Microsoft.Exchange.WebServices.Data.ItemId itemId, string dialString);
Parameters
- itemId
- ItemId
The item identifier to play on the phone call.
- dialString
- String
The full dial string used to call the phone.
Returns
A phone call object.