SearchConversation Events |
The SearchConversation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveStatusChanged |
Notifies the application that the conversation's active status has changed in response to a local
or remote operation.
|
![]() | ClosedStatusChanged |
Notifies the application that the conversation's closed status has changed in response to a local
or remote operation.
|
![]() | ComposingParticipantsChanged |
Occurs when the list of remote participants that are currently composing a message is changed.
(Overrides ConversationComposingParticipantsChanged.) |
![]() | ConversationCapabilitiesChanged |
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.
|
![]() | LastAccessTimeChanged |
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.
|
![]() | LastEntryTimeChanged |
Notifies the application that the last entry time of the conversation has changed in response to
new messages being added to the conversation.
|
![]() | LastUpdateTimeChanged |
Notifies the application that the last updated time of the conversation has changed.
|
![]() | MessagesAdded |
Notifies the application that one or more messages have been added to the conversation.
|
![]() | MessagesDeleted |
Notifies the application that one or more messages have been removed from the conversation.
|
![]() | MultiPartyStatusChanged |
Notifies the application that the conversation's multi-party status has changed in response to
new participants being added or existing participants being removed.
|
![]() | ParticipantsAdded |
Notifies the application that one or more participants have been added to the conversation.
|
![]() | ParticipantsRemoved |
Notifies the application that one or more participants have been removed from the conversation.
|
![]() | PreviewTextChanged |
Notifies the application that the preview text for the conversation has changed.
|
![]() | SensitivityChanged |
Notifies the application that the sensitivity of the conversation has changed via either a
local or remote operation.
|
![]() | StatusChanged |
Notifies the application that the status of the conversation has changed.
|
![]() | SubjectChanged |
Notifies the application that the subject of the conversation has changed via either a
local or remote operation.
|
![]() | TotalAttachmentCountChanged |
Notifies the application that the total number of attachments in the conversation has changed.
|
![]() | TotalMessageCountChanged |
Notifies the application that the total number of messages in the conversation has changed.
|
![]() | TotalUnreadAttachmentCountChanged |
Notifies the application that the total number of unread attachments in the conversation has changed.
|
![]() | TotalUnreadMessageCountChanged |
Notifies the application that the number of unread messages in the conversation has changed.
|