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 String getConversationId()
Gets the conversation identifier.
public String getConversationTopic()
Gets the conversation topic.
public 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 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 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 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 com.aspose.ms.System.Collections.Specialized.StringCollection getUniqueSenders()
Gets a list of all the senders of conversation items in the current folder.
public com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalUniqueSenders()
Gets a list of all the senders of conversation items in the mailbox.
public Date getLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation in the current folder.
public Date getGlobalLastDeliveryTime()
Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
public com.aspose.ms.System.Collections.Specialized.StringCollection getCategories()
Gets the category list for conversation items in the current folder.
public com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalCategories()
Gets the category list for all conversation items in a mamailboxilbox.
public int getFlagStatus()
Gets the aggregated flag status for conversation items in the current folder.
public int getGlobalFlagStatus()
Gets the aggregated flag status for all conversation items in a mailbox.
public boolean hasAttachments()
Gets a value indicating whether at least one conversation item in the current folder has an attachment.
public boolean getGlobalHasAttachments()
Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
public int getMessageCount()
Gets the total number of conversation items in the current folder.
public int getGlobalMessageCount()
Gets the total number of conversation items in the mailbox.
public int getUnreadCount()
Gets a count of all the unread conversation items in the current folder.
public int getGlobalUnreadCount()
Gets a count of all the unread conversation items in the mailbox.
public int getSize()
Gets the size of the conversation calculated from the size of all conversation items in the current folder.
public int getGlobalSize()
Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
public 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 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 int getImportance()
Gets the aggregated importance for all conversation items in the current folder.
public int getGlobalImportance()
Gets the aggregated importance for all conversation items in a mailbox.
public com.aspose.ms.System.Collections.Specialized.StringCollection getItemIds()
Gets the collection of item identifiers for all conversation items in the current folder.
public com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalItemIds()
Gets the collection of item identifiers for all conversation items in a mailbox.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.