MessageProperties interface
Describes the properties of a Message Details resource.
Properties
body | Body of the communication. |
communication |
Direction of communication. NOTE: This property will not be serialized. It can only be populated by the server. |
content |
Content type. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Time in UTC (ISO 8601 format) when the communication was created. NOTE: This property will not be serialized. It can only be populated by the server. |
sender | Name of the sender. |
Property Details
body
Body of the communication.
body?: string
Property Value
string
communicationDirection
Direction of communication. NOTE: This property will not be serialized. It can only be populated by the server.
communicationDirection?: string
Property Value
string
contentType
Content type. NOTE: This property will not be serialized. It can only be populated by the server.
contentType?: string
Property Value
string
createdDate
Time in UTC (ISO 8601 format) when the communication was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: Date
Property Value
Date
sender
Name of the sender.
sender?: string
Property Value
string