ConversationId   - преобразование (String to ConversationId)

Defines an implicit conversion between string and ConversationId.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public static implicit operator ConversationId (
	string uniqueId
)

Параметры

uniqueId  String
The unique Id to convert to ConversationId.

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

ConversationId
A ConversationId initialized with the specified unique Id.

См. также