UnifiedMessaging.PlayOnPhone - метод

Calls a phone and reads a message to the person who picks up.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<PhoneCall> PlayOnPhone(
	ItemId itemId,
	string dialString,
	CancellationToken token = default
)

Параметры

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.

См. также