Message Events |
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| BodyChanged |
Notifies the application that the message's body text has changed in response to a local
SetBodyAndReportTyping(String, MessageCompletionHandler) operation.
| |
| CapabilitiesChanged |
Notifies the application that one or more of the capabilities of the message has changed.
The application should query each of the capabilities and enable/disable elements of the
user interface based on the new capability settings. Capabilities can change as a result
of local or remote actions.
| |
| DeliveryStateChanged |
Notifies the application that the delivery state of the message has changed.
| |
| DoNotForwardStatusChanged |
Notifies the application that the "do not forward" status of the message has changed.
| |
| HasAttachmentStatusChanged |
Notifies the application that the list of attachments associated with the message has changed.
| |
| HasUnreadAttachmentStatusChanged |
Notifies the application that the unread attachment status of the message has changed.
| |
| ImportanceChanged |
Notifies the application that the importance of the message has changed.
| |
| InReplyToChanged |
Notifies the application that the message's InReplyTo property has changed in response to a local
SetInReplyTo(Message, MessageCompletionHandler) operation.
| |
| LastModifiedDateChanged | ||
| ReadStateChanged |
Notifies the application that the read state of the message has changed.
| |
| StatusChanged |
Notifies the application that the status of the message has changed.
|