你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageProperties interface

描述消息详细信息资源的属性。

属性

body

通信的正文。

communicationDirection

通信方向。 注意:此属性不会被序列化。 它只能由服务器填充。

contentType

内容类型。 注意:此属性不会被序列化。 它只能由服务器填充。

createdDate

创建通信时) UTC (ISO 8601 格式的时间。 注意:此属性不会被序列化。 它只能由服务器填充。

sender

发件人的名称。

属性详细信息

body

通信的正文。

body?: string

属性值

string

communicationDirection

通信方向。 注意:此属性不会被序列化。 它只能由服务器填充。

communicationDirection?: string

属性值

string

contentType

内容类型。 注意:此属性不会被序列化。 它只能由服务器填充。

contentType?: string

属性值

string

createdDate

创建通信时) UTC (ISO 8601 格式的时间。 注意:此属性不会被序列化。 它只能由服务器填充。

createdDate?: Date

属性值

Date

sender

发件人的名称。

sender?: string

属性值

string