public class Conversation : ServiceObject
Public Class Conversation
Inherits ServiceObject
public ref class Conversation : public ServiceObject
type Conversation =
class
inherit ServiceObject
end
Categories | Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only. |
DraftItemIds | Gets the draft item ids. |
FlagStatus | Gets the flag status for this conversation, calculated by aggregating individual messages flag status in the current folder. |
GlobalCategories | Gets a list summarizing the categories stamped on messages in this conversation, across all folders in the mailbox. |
GlobalFlagStatus | Gets the flag status for this conversation, calculated by aggregating individual messages flag status across all folders in the mailbox. |
GlobalHasAttachments | Gets a value indicating if at least one message in this conversation, across all folders in the mailbox, has an attachment. |
GlobalHasIrm | Gets a value indicating if at least one message in this conversation, across all folders in the mailbox, is an IRM. |
GlobalIconIndex | Gets the conversation global IconIndex. |
GlobalImportance | Gets the importance of this conversation, calculated by aggregating individual messages importance across all folders in the mailbox. |
GlobalItemClasses | Gets a list summarizing the classes of the items in this conversation, across all folders in the mailbox. |
GlobalItemIds | Gets the Ids of the messages in this conversation, across all folders in the mailbox. |
GlobalLastDeliveryTime | Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox. |
GlobalMessageCount | Gets the total number of messages in this conversation across all folders in the mailbox. |
GlobalSize | Gets the size of this conversation, calculated by adding the sizes of all messages in the conversation across all folders in the mailbox. |
GlobalUniqueRecipients | Gets a list of all the people who have received messages in this conversation across all folders in the mailbox. |
GlobalUniqueSenders | Gets a list of all the people who have sent messages in this conversation across all folders in the mailbox. |
GlobalUniqueUnreadSenders | 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 | Gets the total number of unread messages in this conversation across all folders in the mailbox. |
HasAttachments | Gets a value indicating if at least one message in this conversation, in the current folder only, has an attachment. |
HasIrm | Gets a value indicating if at least one message in this conversation, in the current folder only, is an IRM. |
IconIndex | Gets the conversation IconIndex. |
Id | Gets the Id of this Conversation. |
Importance | Gets the importance of this conversation, calculated by aggregating individual messages importance in the current folder only. |
InstanceKey | Gets the conversation instance key. |
IsDirty |
Gets a value indicating whether the object has been modified and should be saved.
(Унаследован от ServiceObject) |
IsNew |
Indicates whether this object is a real store item, or if it's a local object
that has yet to be saved.
(Унаследован от ServiceObject) |
Item |
Gets the value of specified property in this instance.
(Унаследован от ServiceObject) |
ItemClasses | Gets a list summarizing the classes of the items in this conversation, in the current folder only. |
ItemIds | Gets the Ids of the messages in this conversation, in the current folder only. |
LastDeliveryTime | Gets the delivery time of the message that was last received in this conversation in the current folder only. |
LastModifiedTime | Gets the date and time this conversation was last modified. |
MessageCount | Gets the total number of messages in this conversation in the current folder only. |
Preview | Gets the conversation Preview. |
Schema |
Gets the schema associated with this type of object.
(Унаследован от ServiceObject) |
Service |
Gets the ExchangeService the object is bound to.
(Унаследован от ServiceObject) |
Size | Gets the size of this conversation, calculated by adding the sizes of all messages in the conversation in the current folder only. |
Topic | Gets the topic of this Conversation. |
UniqueRecipients | Gets a list of all the people who have received messages in this conversation in the current folder only. |
UniqueSenders | Gets a list of all the people who have sent messages in this conversation in the current folder only. |
UniqueUnreadSenders | Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder only. |
UnreadCount | Gets the total number of unread messages in this conversation in the current folder only. |
ClearItemFlags | Clear flags for conversation items. Calling this method results in a call to EWS. |
CopyItemsInConversation | Copies items in the specified conversation to a specific folder. Calling this method results in a call to EWS. |
DeleteItems | Deletes items in the specified conversation. Calling this method results in a call to EWS. |
DisableAlwaysCategorizeItems | Sets up a conversation so that any item received within that conversation is no longer categorized. Calling this method results in a call to EWS. |
DisableAlwaysDeleteItems | Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder. Calling this method results in a call to EWS. |
DisableAlwaysMoveItemsInConversation | Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder. Calling this method results in a call to EWS. |
EnableAlwaysCategorizeItems | Sets up a conversation so that any item received within that conversation is always categorized. Calling this method results in a call to EWS. |
EnableAlwaysDeleteItems | Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder. Calling this method results in a call to EWS. |
EnableAlwaysMoveItems | Sets up a conversation so that any item received within that conversation is always moved to a specific folder. Calling this method results in a call to EWS. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
FlagItems | Flags conversation items. Calling this method results in a call to EWS. |
FlagItemsComplete | Flag conversation items as complete. Calling this method results in a call to EWS. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLoadedPropertyDefinitions |
Gets the collection of loaded property definitions.
(Унаследован от ServiceObject) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
Load(CancellationToken) |
Loads the first class properties. Calling this method results in a call to EWS.
(Унаследован от ServiceObject) |
Load(PropertySet, CancellationToken) |
Loads the specified set of properties. Calling this method results in a call to EWS.
(Унаследован от ServiceObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MoveItemsInConversation | Moves items in the specified conversation to a specific folder. Calling this method results in a call to EWS. |
SetReadStateForItemsInConversation(FolderId, Boolean) | Sets the read state of items in the specified conversation. Calling this method results in a call to EWS. |
SetReadStateForItemsInConversation(FolderId, Boolean, Boolean) | Sets the read state of items in the specified conversation. Calling this method results in a call to EWS. |
SetRetentionPolicyForItemsInConversation | Sets the retention policy of items in the specified conversation. Calling this method results in a call to EWS. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetProperty(PropertyDefinitionBase, Object) |
Try to get the value of a specified property in this instance.
(Унаследован от ServiceObject) |
TryGetPropertyT(PropertyDefinitionBase, T) |
Try to get the value of a specified property in this instance.
(Унаследован от ServiceObject) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |