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

Defines an implicit conversion between string an OofReply.

Definition

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

Параметры

message  String
The message to convert into OofReply.

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

OofReply
An OofReply initialized with the specified message.

См. также