Click or drag to resize

Message Events

The Message type exposes the following members.

Events
  NameDescription
Public eventBodyChanged
Notifies the application that the message's body text has changed in response to a local SetBodyAndReportTyping(String, MessageCompletionHandler) operation.
Public eventCapabilitiesChanged
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.
Public eventDeliveryStateChanged
Notifies the application that the delivery state of the message has changed.
Public eventDoNotForwardStatusChanged
Notifies the application that the "do not forward" status of the message has changed.
Public eventHasAttachmentStatusChanged
Notifies the application that the list of attachments associated with the message has changed.
Public eventHasUnreadAttachmentStatusChanged
Notifies the application that the unread attachment status of the message has changed.
Public eventImportanceChanged
Notifies the application that the importance of the message has changed.
Public eventInReplyToChanged
Notifies the application that the message's InReplyTo property has changed in response to a local SetInReplyTo(Message, MessageCompletionHandler) operation.
Public eventLastModifiedDateChanged
Public eventReadStateChanged
Notifies the application that the read state of the message has changed.
Public eventStatusChanged
Notifies the application that the status of the message has changed.
Top
See Also