Class ExchangeConversation

ExchangeConversation class

Represents a single conversation.

public sealed class ExchangeConversation

Properties

NameDescription
Categories { get; }Gets the category list for conversation items in the current folder.
ConversationId { get; }Gets the conversation identifier.
ConversationTopic { get; }Gets the conversation topic.
FlagStatus { get; }Gets the aggregated flag status for conversation items in the current folder.
GlobalCategories { get; }Gets the category list for all conversation items in a mamailboxilbox.
GlobalFlagStatus { get; }Gets the aggregated flag status for all conversation items in a mailbox.
GlobalHasAttachments { get; }Gets a value indicating whether at least one conversation item in a mailbox has an attachment.
GlobalImportance { get; }Gets the aggregated importance for all conversation items in a mailbox.
GlobalItemClasses { get; }Gets a list of item classes that represents all the item classes of the conversation items in a mailbox.
GlobalItemIds { get; }Gets the collection of item identifiers for all conversation items in a mailbox.
GlobalLastDeliveryTime { get; }Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox.
GlobalMessageCount { get; }Gets the total number of conversation items in the mailbox.
GlobalSize { get; }Gets the size of the conversation calculated from the size of all conversation items in the mailbox.
GlobalUniqueRecipients { get; }Gets a list of all the people who have received messages in this conversation across all folders in the mailbox.
GlobalUniqueSenders { get; }Gets a list of all the senders of conversation items in the mailbox.
GlobalUniqueUnreadSenders { get; }Gets a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
GlobalUnreadCount { get; }Gets a count of all the unread conversation items in the mailbox.
HasAttachments { get; }Gets a value indicating whether at least one conversation item in the current folder has an attachment.
Importance { get; }Gets the aggregated importance for all conversation items in the current folder.
ItemClasses { get; }Gets a list of item classes that represents all the item classes of the conversation items in the current folder
ItemIds { get; }Gets the collection of item identifiers for all conversation items in the current folder.
LastDeliveryTime { get; }Gets the delivery time of the message that was last received in this conversation in the current folder.
MessageCount { get; }Gets the total number of conversation items in the current folder.
Size { get; }Gets the size of the conversation calculated from the size of all conversation items in the current folder.
UniqueRecipients { get; }Gets the list of all the people who have received messages in this conversation for messages in the current folder.
UniqueSenders { get; }Gets a list of all the senders of conversation items in the current folder.
UniqueUnreadSenders { get; }Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
UnreadCount { get; }Gets a count of all the unread conversation items in the current folder.

See Also