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

Defines an implicit conversion between string and ItemId.

Definition

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

Параметры

uniqueId  String
The unique Id to convert to ItemId.

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

ItemId
An ItemId initialized with the specified unique Id.

См. также