MessageBody - преобразование (String to MessageBody)
Defines an implicit conversation between a string and MessageBody.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- The string to convert to MessageBody, assumed to be HTML.
MessageBodyA MessageBody initialized with the specified string.