com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeConversation



  • public final class ExchangeConversation
    extends Object

    Represents a single conversation.

    • Method Summary

      Methods 
      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.
    • Method Detail

      • getConversationId

        public final String getConversationId()

        Gets the conversation identifier.

      • getConversationTopic

        public final String getConversationTopic()

        Gets the conversation topic.

      • getUniqueRecipients

        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.

      • getGlobalUniqueRecipients

        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.

      • getUniqueUnreadSenders

        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.

      • getGlobalUniqueUnreadSenders

        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.

      • getUniqueSenders

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getUniqueSenders()

        Gets a list of all the senders of conversation items in the current folder.

      • getGlobalUniqueSenders

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalUniqueSenders()

        Gets a list of all the senders of conversation items in the mailbox.

      • getLastDeliveryTime

        public final Date getLastDeliveryTime()

        Gets the delivery time of the message that was last received in this conversation in the current folder.

      • getGlobalLastDeliveryTime

        public final Date getGlobalLastDeliveryTime()

        Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.

      • getCategories

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getCategories()

        Gets the category list for conversation items in the current folder.

      • getGlobalCategories

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalCategories()

        Gets the category list for all conversation items in a mamailboxilbox.

      • getFlagStatus

        public final int getFlagStatus()

        Gets the aggregated flag status for conversation items in the current folder.

      • getGlobalFlagStatus

        public final int getGlobalFlagStatus()

        Gets the aggregated flag status for all conversation items in a mailbox.

      • hasAttachments

        public final boolean hasAttachments()

        Gets a value indicating whether at least one conversation item in the current folder has an attachment.

      • getGlobalHasAttachments

        public final boolean getGlobalHasAttachments()

        Gets a value indicating whether at least one conversation item in a mailbox has an attachment.

      • getMessageCount

        public final int getMessageCount()

        Gets the total number of conversation items in the current folder.

      • getGlobalMessageCount

        public final int getGlobalMessageCount()

        Gets the total number of conversation items in the mailbox.

      • getUnreadCount

        public final int getUnreadCount()

        Gets a count of all the unread conversation items in the current folder.

      • getGlobalUnreadCount

        public final int getGlobalUnreadCount()

        Gets a count of all the unread conversation items in the mailbox.

      • getSize

        public final int getSize()

        Gets the size of the conversation calculated from the size of all conversation items in the current folder.

      • getGlobalSize

        public final int getGlobalSize()

        Gets the size of the conversation calculated from the size of all conversation items in the mailbox.

      • getItemClasses

        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

      • getGlobalItemClasses

        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.

      • getImportance

        public final int getImportance()

        Gets the aggregated importance for all conversation items in the current folder.

      • getGlobalImportance

        public final int getGlobalImportance()

        Gets the aggregated importance for all conversation items in a mailbox.

      • getItemIds

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getItemIds()

        Gets the collection of item identifiers for all conversation items in the current folder.

      • getGlobalItemIds

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getGlobalItemIds()

        Gets the collection of item identifiers for all conversation items in a mailbox.