Click or drag to resize

SearchConversation Methods

The SearchConversation type exposes the following members.

Methods
  NameDescription
Public methodAddParticipant
Invokes an add participant request for this conversation for contact object.
(Inherited from Conversation.)
Public methodAddParticipantAddresses
Invokes an add participant request for this conversation for each of the provided addresses.
(Overrides ConversationAddParticipantAddresses(ListString, ConversationAddParticipantAddressesCompletionHandler).)
Public methodClearLocalAttachmentData
Clear conversation local attachment data.
(Overrides ConversationClearLocalAttachmentData(ConversationCompletionHandler).)
Public methodCreateMessage
Creates a new Message in this conversation.
(Overrides ConversationCreateMessage.)
Public methodGetSearchMessages
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.
Public methodIsParticipantActive
Returns true if a specified participant is active in this conversation.
(Overrides ConversationIsParticipantActive(MessagingParticipant).)
Public methodLeave
Invokes a leave request for this conversation.
(Overrides ConversationLeave(ConversationCompletionHandler).)
Public methodMarkAllContentAsRead
Marks all content in this conversation as read.
(Overrides ConversationMarkAllContentAsRead(ConversationCompletionHandler).)
Public methodRemoveMessage
Removes a Message (only draft messages can be removed).
(Overrides ConversationRemoveMessage(Message, ConversationCompletionHandler).)
Public methodRemoveParticipant
Invokes a remove participant request for this conversation.
(Inherited from Conversation.)
Public methodRemoveParticipantAddresses
Invokes a remove participant request for this conversation for each of the provided addresses.
(Overrides ConversationRemoveParticipantAddresses(ListString, ConversationCompletionHandler).)
Public methodRetrieveMessages
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).)
Public methodRetrieveMessagesAfter
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).)
Public methodRetrieveMessagesBefore
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).)
Public methodSetLastAccessTime
Invokes a set last access time request for this conversation.
(Overrides ConversationSetLastAccessTime(ConversationCompletionHandler).)
Public methodSetSensitivity
Sets the conversation sensitivity.
(Overrides ConversationSetSensitivity(SensitivityLevel, ConversationCompletionHandler).)
Public methodSetSubject
Sets the subject for this conversation.
(Overrides ConversationSetSubject(String, ConversationCompletionHandler).)
Public methodSetType
Sets the conversation type.
(Overrides ConversationSetType(ConversationType, ConversationCompletionHandler).)
Public methodStart
Invokes a start request for this conversation.
(Overrides ConversationStart(ConversationCompletionHandler).)
Top
See Also