MessageBody(BodyType, String) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public MessageBody(
BodyType bodyType,
string text
)
Public Sub New (
bodyType As BodyType,
text As String
)
public:
MessageBody(
BodyType bodyType,
String^ text
)
new :
bodyType : BodyType *
text : string -> MessageBody
Параметры
- bodyType
- Тип: Tessa.Exchange.WebServices.DataBodyType
The type of the message body's text. - text
- Тип: SystemString
The text of the message body.
См. также