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

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

Defines an implicit conversation between a string and TextBody.

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

Параметры

textBody
Тип: SystemString
The string to convert to TextBody, assumed to be HTML.

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

Тип: TextBody
A TextBody initialized with the specified string.
См. также