SearchConversation Properties |
The SearchConversation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveParticipants |
Gets a list of active participants contained in this conversation.
(Overrides ConversationActiveParticipants.) |
![]() | AddParticipantsCapability |
Returns a Capability object that indicates if new participants can be added to the conversation.
(Overrides ConversationAddParticipantsCapability.) |
![]() | BaseConversation |
Returns reference to the conversation object corresponding to this search conversation.
If the underlying conversation is active and exists on the conversations list
returned reference will point to the same object that exists on the conversations list.
|
![]() | ComposingParticipants |
Gets a list of composing participants contained in this conversation.
(Overrides ConversationComposingParticipants.) |
![]() | CreateMessageCapability |
Returns a Capability object that indicates if a new message can be created in the conversation.
(Overrides ConversationCreateMessageCapability.) |
![]() | HasAttachments |
Returns true if the conversation has any attachments on any of its messages.
(Overrides ConversationHasAttachments.) |
![]() | HasUnreadAttachments |
Returns true if the conversation has any unread attachments.
(Overrides ConversationHasUnreadAttachments.) |
![]() | HasUnreadMessages |
Returns true if the conversation has any unread messages.
(Overrides ConversationHasUnreadMessages.) |
![]() | HasUnreadMessagesSinceLastAccess |
Returns whether the conversation has unread messages since the time the conversation was last accessed.
(Overrides ConversationHasUnreadMessagesSinceLastAccess.) |
![]() | Id |
Returns the unique conversation identifier.
(Overrides ConversationId.) |
![]() | IsActive |
Returns true if the conversation is active.
(Overrides ConversationIsActive.) |
![]() | IsClosed |
Returns true if the conversation is closed.
(Overrides ConversationIsClosed.) |
![]() | IsMultiParty |
Returns the multi-party status of the conversation. A conversation is considered to be
a multi-party conversation if there are more than two active participants in the conversation.
(Overrides ConversationIsMultiParty.) |
![]() | IsPrivate |
Returns true if the conversation is private (i.e. the Sensitivity of the conversation
is set to Private.
(Overrides ConversationIsPrivate.) |
![]() | IsTypingCapability |
Returns a Capability object that indicates if typing status reporting is available.
(Overrides ConversationIsTypingCapability.) |
![]() | LastAccessedTime |
Returns the time the conversation was last accessed.
(Overrides ConversationLastAccessedTime.) |
![]() | LastEntryTime |
Returns the last entry timestamp of the conversation. This is the timestamp of the most
recent message in the conversation.
(Overrides ConversationLastEntryTime.) |
![]() | LastUpdatedByParticipant |
Returns the last participant that updated this conversation.
(Overrides ConversationLastUpdatedByParticipant.) |
![]() | LastUpdatedTime |
Returns the time the conversation was last updated.
(Overrides ConversationLastUpdatedTime.) |
![]() | LeaveCapability |
Returns a Capability object that indicates if the conversation can be left.
(Overrides ConversationLeaveCapability.) |
![]() | MarkAllContentAsReadCapability |
Returns a Capability object that indicates if all messages in the conversation can be marked as read.
(Overrides ConversationMarkAllContentAsReadCapability.) |
![]() | MessageDeliveryStateCapability |
Returns a Capability indicating whether this conversation is capable of reporting delivery state updates for sent messages.
(Inherited from Conversation.) |
![]() | MessageReadStateCapability |
Returns a Capability indicating whether this conversation is capable of reporting read state updates for sent messages.
(Inherited from Conversation.) |
![]() | OlderContentCapability |
Returns a Capability object that indicates whether the user can "scroll to get more messages".
i.e. there are additional messages not yet downloaded from the server.
(Overrides ConversationOlderContentCapability.) |
![]() | Participants |
Gets a list of participants contained in this conversation.
(Overrides ConversationParticipants.) |
![]() | PreviewText |
Returns the preview text of the conversation.
(Overrides ConversationPreviewText.) |
![]() | ProviderConversationId |
Returns the conversation ID from the underlying provider (e.g., the AMM server) as-is.
It will be consistent across clients and application launches, but is only
guaranteed to be unique for conversations of that provider type.
It will be empty for draft conversation.
(Overrides ConversationProviderConversationId.) |
![]() | ProviderType |
Gets a provider type for the conversation.
(Overrides ConversationProviderType.) |
![]() | RemoveCapability |
Returns a Capability object that indicates if the conversation can be removed.
(Overrides ConversationRemoveCapability.) |
![]() | RemoveParticipantCapability |
Returns a Capability object that indicates if a participant can be removed from the conversation.
(Inherited from Conversation.) |
![]() | RemoveParticipantsCapability |
Returns a Capability object that indicates if participants can be removed from the conversation.
(Overrides ConversationRemoveParticipantsCapability.) |
![]() | Sensitivity |
Returns the sensitivity of the conversation.
(Overrides ConversationSensitivity.) |
![]() | StartCapability |
Returns a Capability object that indicates if the conversation can be started.
(Overrides ConversationStartCapability.) |
![]() | Status |
Returns the server reconciled status of the conversation.
(Overrides ConversationStatus.) |
![]() | Subject |
Returns the subject of the conversation if one is provided by the server.
(Overrides ConversationSubject.) |
![]() | TotalAttachmentCount |
Returns the total number of attachments in all messages of the conversation.
(Overrides ConversationTotalAttachmentCount.) |
![]() | TotalMessageCount |
Returns the total number of messages in the conversation.
(Overrides ConversationTotalMessageCount.) |
![]() | Type |
Returns the conversation type.
(Overrides ConversationType.) |
![]() | UnreadAttachmentCount |
Returns the total number of unread attachments in all messages of the conversation.
(Overrides ConversationUnreadAttachmentCount.) |
![]() | UnreadMessageCount |
Returns the number of unread messages in the conversation.
(Overrides ConversationUnreadMessageCount.) |
![]() | UpdateLastAccessTimeCapability |
Returns a Capability object that indicates if the last accessed time of the conversation can be updated.
(Overrides ConversationUpdateLastAccessTimeCapability.) |
![]() | UpdateSensitivityCapability |
Returns a Capability object that indicates if the sensitivity of the conversation can be updated.
(Overrides ConversationUpdateSensitivityCapability.) |
![]() | UpdateSubjectCapability |
Returns a Capability object that indicates if the subject property of the conversation can be updated.
(Overrides ConversationUpdateSubjectCapability.) |
![]() | UpdateTypeCapability |
Returns a Capability object that indicates if the type of the conversation can be updated.
(Overrides ConversationUpdateTypeCapability.) |