SearchConversation Methods |
The SearchConversation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddParticipant |
Invokes an add participant request for this conversation for contact object.
(Inherited from Conversation.) |
![]() | AddParticipantAddresses |
Invokes an add participant request for this conversation for each of the provided addresses.
(Overrides ConversationAddParticipantAddresses(ListString, ConversationAddParticipantAddressesCompletionHandler).) |
![]() | ClearLocalAttachmentData |
Clear conversation local attachment data.
(Overrides ConversationClearLocalAttachmentData(ConversationCompletionHandler).) |
![]() | CreateMessage |
Creates a new Message in this conversation.
(Overrides ConversationCreateMessage.) |
![]() | GetSearchMessages |
Gets a list of the messages contained in this conversation. This list represents
all messages which have been, or are being, downloaded. This is not necessarily the entire
historical message content of the conversation.
|
![]() | IsParticipantActive |
Returns true if a specified participant is active in this conversation.
(Overrides ConversationIsParticipantActive(MessagingParticipant).) |
![]() | Leave |
Invokes a leave request for this conversation.
(Overrides ConversationLeave(ConversationCompletionHandler).) |
![]() | MarkAllContentAsRead |
Marks all content in this conversation as read.
(Overrides ConversationMarkAllContentAsRead(ConversationCompletionHandler).) |
![]() | RemoveMessage |
Removes a Message (only draft messages can be removed).
(Overrides ConversationRemoveMessage(Message, ConversationCompletionHandler).) |
![]() | RemoveParticipant |
Invokes a remove participant request for this conversation.
(Inherited from Conversation.) |
![]() | RemoveParticipantAddresses |
Invokes a remove participant request for this conversation for each of the provided addresses.
(Overrides ConversationRemoveParticipantAddresses(ListString, ConversationCompletionHandler).) |
![]() | RetrieveMessages |
Starts the retrieval of messages associated with this conversation. This initial retrieval represents the most
recent messages in the conversation and is limited to a maximum number that is specified by the messaging server.
This is not necessarily the entire historical message content of the conversation.
(Overrides ConversationRetrieveMessages(MessageRetrievalWatcher).) |
![]() | RetrieveMessagesAfter |
Retrieves a list of the conversation messages after the specified message. This list represents a list of
contiguous messages which have been, or are being, downloaded.
(Overrides ConversationRetrieveMessagesAfter(UInt32, Message).) |
![]() | RetrieveMessagesBefore |
Retrieves a list of the conversation messages before the specified message. This list represents a list of
contiguous messages which have been, or are being, downloaded.
(Overrides ConversationRetrieveMessagesBefore(UInt32, Message).) |
![]() | SetLastAccessTime |
Invokes a set last access time request for this conversation.
(Overrides ConversationSetLastAccessTime(ConversationCompletionHandler).) |
![]() | SetSensitivity |
Sets the conversation sensitivity.
(Overrides ConversationSetSensitivity(SensitivityLevel, ConversationCompletionHandler).) |
![]() | SetSubject |
Sets the subject for this conversation.
(Overrides ConversationSetSubject(String, ConversationCompletionHandler).) |
![]() | SetType |
Sets the conversation type.
(Overrides ConversationSetType(ConversationType, ConversationCompletionHandler).) |
![]() | Start |
Invokes a start request for this conversation.
(Overrides ConversationStart(ConversationCompletionHandler).) |