UnifiedMessaging.PlayOnPhone(ItemId, String) Method

Definition

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.

Applies to