MessageBody 类

定义

表示消息的正文。

public ref class MessageBody : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class MessageBody : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class MessageBody
Inherits ComplexProperty
继承
MessageBody
派生

构造函数

MessageBody()

初始化 MessageBody 类的新实例。

MessageBody(BodyType, String)

使用消息正文类型和消息正文文本初始化 MessageBody 类的新实例。

MessageBody(String)

使用消息正文文本初始化 MessageBody 类的新实例。

属性

BodyType

获取或设置消息正文类型。

Text

获取或设置消息正文文本。

方法

ToString()

返回表示当前消息正文对象的字符串。

运算符

Implicit(MessageBody to String)

定义消息正文到字符串的隐式转换。

Implicit(String to MessageBody)

定义字符串到消息正文的隐式转换。

适用于