Click or drag to resize

SearchConversation Events

The SearchConversation type exposes the following members.

Events
  NameDescription
Public eventActiveStatusChanged
Notifies the application that the conversation's active status has changed in response to a local or remote operation.
Public eventClosedStatusChanged
Notifies the application that the conversation's closed status has changed in response to a local or remote operation.
Public eventComposingParticipantsChanged
Occurs when the list of remote participants that are currently composing a message is changed.
(Overrides ConversationComposingParticipantsChanged.)
Public eventConversationCapabilitiesChanged
Notifies the application that one or more of the capabilities of the conversation 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 eventLastAccessTimeChanged
Notifies the application that the last accessed time of the conversation has changed in response to messages in the conversation being marked as read, or by an explicit invocation of the SetLastAccessTime(ConversationCompletionHandler) method.
Public eventLastEntryTimeChanged
Notifies the application that the last entry time of the conversation has changed in response to new messages being added to the conversation.
Public eventLastUpdateTimeChanged
Notifies the application that the last updated time of the conversation has changed.
Public eventMessagesAdded
Notifies the application that one or more messages have been added to the conversation.
Public eventMessagesDeleted
Notifies the application that one or more messages have been removed from the conversation.
Public eventMultiPartyStatusChanged
Notifies the application that the conversation's multi-party status has changed in response to new participants being added or existing participants being removed.
Public eventParticipantsAdded
Notifies the application that one or more participants have been added to the conversation.
Public eventParticipantsRemoved
Notifies the application that one or more participants have been removed from the conversation.
Public eventPreviewTextChanged
Notifies the application that the preview text for the conversation has changed.
Public eventSensitivityChanged
Notifies the application that the sensitivity of the conversation has changed via either a local or remote operation.
Public eventStatusChanged
Notifies the application that the status of the conversation has changed.
Public eventSubjectChanged
Notifies the application that the subject of the conversation has changed via either a local or remote operation.
Public eventTotalAttachmentCountChanged
Notifies the application that the total number of attachments in the conversation has changed.
Public eventTotalMessageCountChanged
Notifies the application that the total number of messages in the conversation has changed.
Public eventTotalUnreadAttachmentCountChanged
Notifies the application that the total number of unread attachments in the conversation has changed.
Public eventTotalUnreadMessageCountChanged
Notifies the application that the number of unread messages in the conversation has changed.
Top
See Also