MessageBody - преобразование (String to MessageBody) |
Defines an implicit conversation between a string and MessageBody.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator MessageBody (
string textBody
)
Public Shared Widening Operator CType (
textBody As String
) As MessageBody
static implicit operator MessageBody^ (
String^ textBody
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- textBody
- Тип: SystemString
The string to convert to MessageBody, assumed to be HTML.
Возвращаемое значение
Тип:
MessageBodyA MessageBody initialized with the specified string.
См. также