Для изменения размера нажмите или перетащите

UnifiedMessagingPlayOnPhone - метод

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

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

Параметры

itemId
Тип: Tessa.Exchange.WebServices.DataItemId
The Id of the message to read.
dialString
Тип: SystemString
The full dial string used to call the phone.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskPhoneCall
An object providing status for the phone call.
См. также