ExchangeConversation
Contents
[
Hide
]ExchangeConversation class
Represents a single conversation.
Constructors
| Name | Description |
|---|---|
| ExchangeConversation |
Methods
| Name | Description |
|---|---|
| get_Categories | Gets the category list for conversation items in the current folder. |
| get_ConversationId | Gets the conversation identifier. |
| get_ConversationTopic | Gets the conversation topic. |
| get_FlagStatus | Gets the aggregated flag status for conversation items in the current folder. |
| get_GlobalCategories | Gets the category list for all conversation items in a mamailboxilbox. |
| get_GlobalFlagStatus | Gets the aggregated flag status for all conversation items in a mailbox. |
| get_GlobalHasAttachments | Gets a value indicating whether at least one conversation item in a mailbox has an attachment. |
| get_GlobalImportance | Gets the aggregated importance for all conversation items in a mailbox. |
| get_GlobalItemClasses | Gets a list of item classes that represents all the item classes of the conversation items in a mailbox. |
| get_GlobalItemIds | Gets the collection of item identifiers for all conversation items in a mailbox. |
| get_GlobalLastDeliveryTime | Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox. |
| get_GlobalMessageCount | Gets the total number of conversation items in the mailbox. |
| get_GlobalSize | Gets the size of the conversation calculated from the size of all conversation items in the mailbox. |
| get_GlobalUniqueRecipients | Gets a list of all the people who have received messages in this conversation across all folders in the mailbox. |
| get_GlobalUniqueSenders | Gets a list of all the senders of conversation items in the mailbox. |
| get_GlobalUniqueUnreadSenders | Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox. |
| get_GlobalUnreadCount | Gets a count of all the unread conversation items in the mailbox. |
| get_HasAttachments | Gets a value indicating whether at least one conversation item in the current folder has an attachment. |
| get_Importance | Gets the aggregated importance for all conversation items in the current folder. |
| get_ItemClasses | Gets a list of item classes that represents all the item classes of the conversation items in the current folder |
| get_ItemIds | Gets the collection of item identifiers for all conversation items in the current folder. |
| get_LastDeliveryTime | Gets the delivery time of the message that was last received in this conversation in the current folder. |
| get_MessageCount | Gets the total number of conversation items in the current folder. |
| get_Size | Gets the size of the conversation calculated from the size of all conversation items in the current folder. |
| get_UniqueRecipients | Gets the list of all the people who have received messages in this conversation for messages in the current folder. |
| get_UniqueSenders | Gets a list of all the senders of conversation items in the current folder. |
| get_UniqueUnreadSenders | Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder. |
| get_UnreadCount | Gets a count of all the unread conversation items in the current folder. |
| set_ConversationId | Gets the conversation identifier. |
| set_ConversationTopic | Gets the conversation topic. |
| set_FlagStatus | Gets the aggregated flag status for conversation items in the current folder. |
| set_GlobalFlagStatus | Gets the aggregated flag status for all conversation items in a mailbox. |
| set_GlobalHasAttachments | Gets a value indicating whether at least one conversation item in a mailbox has an attachment. |
| set_GlobalImportance | Gets the aggregated importance for all conversation items in a mailbox. |
| set_GlobalLastDeliveryTime | Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox. |
| set_GlobalMessageCount | Gets the total number of conversation items in the mailbox. |
| set_GlobalSize | Gets the size of the conversation calculated from the size of all conversation items in the mailbox. |
| set_GlobalUnreadCount | Gets a count of all the unread conversation items in the mailbox. |
| set_HasAttachments | Gets a value indicating whether at least one conversation item in the current folder has an attachment. |
| set_Importance | Gets the aggregated importance for all conversation items in the current folder. |
| set_LastDeliveryTime | Gets the delivery time of the message that was last received in this conversation in the current folder. |
| set_MessageCount | Gets the total number of conversation items in the current folder. |
| set_Size | Gets the size of the conversation calculated from the size of all conversation items in the current folder. |
| set_UnreadCount | Gets a count of all the unread conversation items in the current folder. |
| Aspose::Email::Clients::Exchange::WebService::Implementation::Conversations::Find::EwsClientConversationFind |