Conversation Methods |
The Conversation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddParticipant |
Invokes an add participant request for this conversation for contact object.
|
![]() | AddParticipantAddresses |
Invokes an add participant request for this conversation for given contact.
|
![]() | ClearLocalAttachmentData |
Clear conversation local attachment data.
|
![]() | CreateMessage |
Creates a new Message in this conversation.
|
![]() | IsParticipantActive |
Returns true if a specified participant is active in this conversation.
|
![]() | Leave |
Invokes a leave request for this conversation.
|
![]() | MarkAllContentAsRead |
Marks all content in this conversation as read.
|
![]() | RemoveMessage |
Removes a Message (only draft messages can be removed).
|
![]() | RemoveParticipant |
Invokes a remove participant request for this conversation.
|
![]() | RemoveParticipantAddresses |
Invokes a remove participant request for this conversation for each of the provided addresses.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | SetLastAccessTime |
Invokes a set last access time request for this conversation.
|
![]() | SetSensitivity |
Sets the conversation sensitivity.
|
![]() | SetSubject |
Sets the subject for this conversation.
|
![]() | SetType |
Sets the conversation type.
|
![]() | Start |
Invokes a start request for this conversation.
|