Click or drag to resize

Conversation Methods

The Conversation type exposes the following members.

Methods
  NameDescription
Public methodAddParticipant
Invokes an add participant request for this conversation for contact object.
Public methodAddParticipantAddresses
Invokes an add participant request for this conversation for given contact.
Public methodClearLocalAttachmentData
Clear conversation local attachment data.
Public methodCreateMessage
Creates a new Message in this conversation.
Public methodIsParticipantActive
Returns true if a specified participant is active in this conversation.
Public methodLeave
Invokes a leave request for this conversation.
Public methodMarkAllContentAsRead
Marks all content in this conversation as read.
Public methodRemoveMessage
Removes a Message (only draft messages can be removed).
Public methodRemoveParticipant
Invokes a remove participant request for this conversation.
Public methodRemoveParticipantAddresses
Invokes a remove participant request for this conversation for each of the provided addresses.
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.
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.
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.
Public methodSetLastAccessTime
Invokes a set last access time request for this conversation.
Public methodSetSensitivity
Sets the conversation sensitivity.
Public methodSetSubject
Sets the subject for this conversation.
Public methodSetType
Sets the conversation type.
Public methodStart
Invokes a start request for this conversation.
Top
See Also