public final class ExchangeConversation extends Object
Represents a single conversation.
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getCategories()
Gets the category list for conversation items in the current folder.
|
String |
getConversationId()
Gets the conversation identifier.
|
String |
getConversationTopic()
Gets the conversation topic.
|
int |
getFlagStatus()
Gets the aggregated flag status for conversation items in the current folder.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalCategories()
Gets the category list for all conversation items in a mamailboxilbox.
|
int |
getGlobalFlagStatus()
Gets the aggregated flag status for all conversation items in a mailbox.
|
boolean |
getGlobalHasAttachments()
Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
|
int |
getGlobalImportance()
Gets the aggregated importance for all conversation items in a mailbox.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalItemClasses()
Gets a list of item classes that represents all the item classes of the conversation items in a mailbox.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalItemIds()
Gets the collection of item identifiers for all conversation items in a mailbox.
|
Date |
getGlobalLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
|
int |
getGlobalMessageCount()
Gets the total number of conversation items in the mailbox.
|
int |
getGlobalSize()
Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalUniqueRecipients()
Gets a list of all the people who have received messages in this conversation across all folders in the mailbox.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalUniqueSenders()
Gets a list of all the senders of conversation items in the mailbox.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getGlobalUniqueUnreadSenders()
Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
|
int |
getGlobalUnreadCount()
Gets a count of all the unread conversation items in the mailbox.
|
int |
getImportance()
Gets the aggregated importance for all conversation items in the current folder.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getItemClasses()
Gets a list of item classes that represents all the item classes of the conversation items in the current folder
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getItemIds()
Gets the collection of item identifiers for all conversation items in the current folder.
|
Date |
getLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation in the current folder.
|
int |
getMessageCount()
Gets the total number of conversation items in the current folder.
|
int |
getSize()
Gets the size of the conversation calculated from the size of all conversation items in the current folder.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getUniqueRecipients()
Gets the list of all the people who have received messages in this conversation for messages in the current folder.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getUniqueSenders()
Gets a list of all the senders of conversation items in the current folder.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getUniqueUnreadSenders()
Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
|
int |
getUnreadCount()
Gets a count of all the unread conversation items in the current folder.
|
boolean |
hasAttachments()
Gets a value indicating whether at least one conversation item in the current folder has an attachment.
|
public final String getConversationId()
Gets the conversation identifier.
public final String getConversationTopic()
Gets the conversation topic.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getUniqueRecipients()
Gets the list of all the people who have received messages in this conversation for messages in the current folder.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalUniqueRecipients()
Gets a list of all the people who have received messages in this conversation across all folders in the mailbox.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getUniqueUnreadSenders()
Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalUniqueUnreadSenders()
Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getUniqueSenders()
Gets a list of all the senders of conversation items in the current folder.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalUniqueSenders()
Gets a list of all the senders of conversation items in the mailbox.
public final Date getLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation in the current folder.
public final Date getGlobalLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getCategories()
Gets the category list for conversation items in the current folder.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalCategories()
Gets the category list for all conversation items in a mamailboxilbox.
public final int getFlagStatus()
Gets the aggregated flag status for conversation items in the current folder.
public final int getGlobalFlagStatus()
Gets the aggregated flag status for all conversation items in a mailbox.
public final boolean hasAttachments()
Gets a value indicating whether at least one conversation item in the current folder has an attachment.
public final boolean getGlobalHasAttachments()
Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
public final int getMessageCount()
Gets the total number of conversation items in the current folder.
public final int getGlobalMessageCount()
Gets the total number of conversation items in the mailbox.
public final int getUnreadCount()
Gets a count of all the unread conversation items in the current folder.
public final int getGlobalUnreadCount()
Gets a count of all the unread conversation items in the mailbox.
public final int getSize()
Gets the size of the conversation calculated from the size of all conversation items in the current folder.
public final int getGlobalSize()
Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getItemClasses()
Gets a list of item classes that represents all the item classes of the conversation items in the current folder
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalItemClasses()
Gets a list of item classes that represents all the item classes of the conversation items in a mailbox.
public final int getImportance()
Gets the aggregated importance for all conversation items in the current folder.
public final int getGlobalImportance()
Gets the aggregated importance for all conversation items in a mailbox.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getItemIds()
Gets the collection of item identifiers for all conversation items in the current folder.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalItemIds()
Gets the collection of item identifiers for all conversation items in a mailbox.