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

Defines an implicit conversation between a string and TextBody.

Definition

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

Параметры

textBody  String
The string to convert to TextBody, assumed to be HTML.

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

TextBody
A TextBody initialized with the specified string.

См. также