共用方式為


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