Represents a single conversation. More...
Inherits Object.
Public Member Functions | |
System::String | get_ConversationId () const |
Gets the conversation identifier. More... | |
void | set_ConversationId (System::String value) |
Gets the conversation identifier. More... | |
System::String | get_ConversationTopic () const |
Gets the conversation topic. More... | |
void | set_ConversationTopic (System::String value) |
Gets the conversation topic. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_UniqueRecipients () const |
Gets the list of all the people who have received messages in this conversation for messages in the current folder. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalUniqueRecipients () const |
Gets a list of all the people who have received messages in this conversation across all folders in the mailbox. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_UniqueUnreadSenders () const |
Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalUniqueUnreadSenders () const |
Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_UniqueSenders () const |
Gets a list of all the senders of conversation items in the current folder. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalUniqueSenders () const |
Gets a list of all the senders of conversation items in the mailbox. More... | |
System::DateTime | get_LastDeliveryTime () const |
Gets the delivery time of the message that was last received in this conversation in the current folder. More... | |
void | set_LastDeliveryTime (System::DateTime value) |
Gets the delivery time of the message that was last received in this conversation in the current folder. More... | |
System::DateTime | get_GlobalLastDeliveryTime () const |
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox. More... | |
void | set_GlobalLastDeliveryTime (System::DateTime value) |
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_Categories () const |
Gets the category list for conversation items in the current folder. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalCategories () const |
Gets the category list for all conversation items in a mamailboxilbox. More... | |
ExchangeConversationFlagStatus | get_FlagStatus () const |
Gets the aggregated flag status for conversation items in the current folder. More... | |
void | set_FlagStatus (ExchangeConversationFlagStatus value) |
Gets the aggregated flag status for conversation items in the current folder. More... | |
ExchangeConversationFlagStatus | get_GlobalFlagStatus () const |
Gets the aggregated flag status for all conversation items in a mailbox. More... | |
void | set_GlobalFlagStatus (ExchangeConversationFlagStatus value) |
Gets the aggregated flag status for all conversation items in a mailbox. More... | |
bool | get_HasAttachments () const |
Gets a value indicating whether at least one conversation item in the current folder has an attachment. More... | |
void | set_HasAttachments (bool value) |
Gets a value indicating whether at least one conversation item in the current folder has an attachment. More... | |
bool | get_GlobalHasAttachments () const |
Gets a value indicating whether at least one conversation item in a mailbox has an attachment. More... | |
void | set_GlobalHasAttachments (bool value) |
Gets a value indicating whether at least one conversation item in a mailbox has an attachment. More... | |
int32_t | get_MessageCount () const |
Gets the total number of conversation items in the current folder. More... | |
void | set_MessageCount (int32_t value) |
Gets the total number of conversation items in the current folder. More... | |
int32_t | get_GlobalMessageCount () const |
Gets the total number of conversation items in the mailbox. More... | |
void | set_GlobalMessageCount (int32_t value) |
Gets the total number of conversation items in the mailbox. More... | |
int32_t | get_UnreadCount () const |
Gets a count of all the unread conversation items in the current folder. More... | |
void | set_UnreadCount (int32_t value) |
Gets a count of all the unread conversation items in the current folder. More... | |
int32_t | get_GlobalUnreadCount () const |
Gets a count of all the unread conversation items in the mailbox. More... | |
void | set_GlobalUnreadCount (int32_t value) |
Gets a count of all the unread conversation items in the mailbox. More... | |
int32_t | get_Size () const |
Gets the size of the conversation calculated from the size of all conversation items in the current folder. More... | |
void | set_Size (int32_t value) |
Gets the size of the conversation calculated from the size of all conversation items in the current folder. More... | |
int32_t | get_GlobalSize () const |
Gets the size of the conversation calculated from the size of all conversation items in the mailbox. More... | |
void | set_GlobalSize (int32_t value) |
Gets the size of the conversation calculated from the size of all conversation items in the mailbox. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_ItemClasses () const |
Gets a list of item classes that represents all the item classes of the conversation items in the current folder More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalItemClasses () const |
Gets a list of item classes that represents all the item classes of the conversation items in a mailbox. More... | |
ImportanceChoices | get_Importance () const |
Gets the aggregated importance for all conversation items in the current folder. More... | |
void | set_Importance (ImportanceChoices value) |
Gets the aggregated importance for all conversation items in the current folder. More... | |
ImportanceChoices | get_GlobalImportance () const |
Gets the aggregated importance for all conversation items in a mailbox. More... | |
void | set_GlobalImportance (ImportanceChoices value) |
Gets the aggregated importance for all conversation items in a mailbox. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_ItemIds () const |
Gets the collection of item identifiers for all conversation items in the current folder. More... | |
System::SharedPtr< System::Collections::Specialized::StringCollection > | get_GlobalItemIds () const |
Gets the collection of item identifiers for all conversation items in a mailbox. More... | |
ExchangeConversation () | |
Friends | |
class | Aspose::Email::Clients::Exchange::WebService::Implementation::Conversations::Find::EwsClientConversationFind |
Represents a single conversation.
Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::ExchangeConversation | ( | ) |
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_Categories | ( | ) | const |
Gets the category list for conversation items in the current folder.
System::String Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_ConversationId | ( | ) | const |
Gets the conversation identifier.
System::String Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_ConversationTopic | ( | ) | const |
Gets the conversation topic.
ExchangeConversationFlagStatus Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_FlagStatus | ( | ) | const |
Gets the aggregated flag status for conversation items in the current folder.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalCategories | ( | ) | const |
Gets the category list for all conversation items in a mamailboxilbox.
ExchangeConversationFlagStatus Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalFlagStatus | ( | ) | const |
Gets the aggregated flag status for all conversation items in a mailbox.
bool Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalHasAttachments | ( | ) | const |
Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
ImportanceChoices Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalImportance | ( | ) | const |
Gets the aggregated importance for all conversation items in a mailbox.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalItemClasses | ( | ) | const |
Gets a list of item classes that represents all the item classes of the conversation items in a mailbox.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalItemIds | ( | ) | const |
Gets the collection of item identifiers for all conversation items in a mailbox.
System::DateTime Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalLastDeliveryTime | ( | ) | const |
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalMessageCount | ( | ) | const |
Gets the total number of conversation items in the mailbox.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalSize | ( | ) | const |
Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalUniqueRecipients | ( | ) | const |
Gets a list of all the people who have received messages in this conversation across all folders in the mailbox.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalUniqueSenders | ( | ) | const |
Gets a list of all the senders of conversation items in the mailbox.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalUniqueUnreadSenders | ( | ) | const |
Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_GlobalUnreadCount | ( | ) | const |
Gets a count of all the unread conversation items in the mailbox.
bool Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_HasAttachments | ( | ) | const |
Gets a value indicating whether at least one conversation item in the current folder has an attachment.
ImportanceChoices Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_Importance | ( | ) | const |
Gets the aggregated importance for all conversation items in the current folder.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_ItemClasses | ( | ) | const |
Gets a list of item classes that represents all the item classes of the conversation items in the current folder
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_ItemIds | ( | ) | const |
Gets the collection of item identifiers for all conversation items in the current folder.
System::DateTime Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_LastDeliveryTime | ( | ) | const |
Gets the delivery time of the message that was last received in this conversation in the current folder.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_MessageCount | ( | ) | const |
Gets the total number of conversation items in the current folder.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_Size | ( | ) | const |
Gets the size of the conversation calculated from the size of all conversation items in the current folder.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_UniqueRecipients | ( | ) | const |
Gets the list of all the people who have received messages in this conversation for messages in the current folder.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_UniqueSenders | ( | ) | const |
Gets a list of all the senders of conversation items in the current folder.
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_UniqueUnreadSenders | ( | ) | const |
Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::get_UnreadCount | ( | ) | const |
Gets a count of all the unread conversation items in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_ConversationId | ( | System::String | value | ) |
Gets the conversation identifier.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_ConversationTopic | ( | System::String | value | ) |
Gets the conversation topic.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_FlagStatus | ( | ExchangeConversationFlagStatus | value | ) |
Gets the aggregated flag status for conversation items in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalFlagStatus | ( | ExchangeConversationFlagStatus | value | ) |
Gets the aggregated flag status for all conversation items in a mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalHasAttachments | ( | bool | value | ) |
Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalImportance | ( | ImportanceChoices | value | ) |
Gets the aggregated importance for all conversation items in a mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalLastDeliveryTime | ( | System::DateTime | value | ) |
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalMessageCount | ( | int32_t | value | ) |
Gets the total number of conversation items in the mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalSize | ( | int32_t | value | ) |
Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_GlobalUnreadCount | ( | int32_t | value | ) |
Gets a count of all the unread conversation items in the mailbox.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_HasAttachments | ( | bool | value | ) |
Gets a value indicating whether at least one conversation item in the current folder has an attachment.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_Importance | ( | ImportanceChoices | value | ) |
Gets the aggregated importance for all conversation items in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_LastDeliveryTime | ( | System::DateTime | value | ) |
Gets the delivery time of the message that was last received in this conversation in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_MessageCount | ( | int32_t | value | ) |
Gets the total number of conversation items in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_Size | ( | int32_t | value | ) |
Gets the size of the conversation calculated from the size of all conversation items in the current folder.
void Aspose::Email::Clients::Exchange::WebService::ExchangeConversation::set_UnreadCount | ( | int32_t | value | ) |
Gets a count of all the unread conversation items in the current folder.
|
friend |