UnifiedMessaging.PlayOnPhone - метод
Calls a phone and reads a message to the person who picks up.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
public Task<PhoneCall> PlayOnPhone(
ItemId itemId,
string dialString,
CancellationToken token = default
)
Public Function PlayOnPhone (
itemId As ItemId,
dialString As String,
Optional token As CancellationToken = Nothing
) As Task(Of PhoneCall)
public:
Task<PhoneCall^>^ PlayOnPhone(
ItemId^ itemId,
String^ dialString,
CancellationToken token = CancellationToken()
)
member PlayOnPhone :
itemId : ItemId *
dialString : string *
?token : CancellationToken
-> Task<PhoneCall>
- itemId ItemId
- The Id of the message to read.
- dialString String
- The full dial string used to call the phone.
- token CancellationToken (Optional)
-
Task<PhoneCall>An object providing status for the phone call.