Conversation Members
Include Protected Members
Include Inherited Members
Represents a conversation that includes one or more items stored in one or more folders and stores.
The Conversation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Microsoft Outlook application for the Conversation object. Read-only. (Inherited from _Conversation.) | |
Class | Returns an OlObjectClass constant that indicates the object's class. Read-only. (Inherited from _Conversation.) | |
ConversationID | Returns a String (string in C#) that uniquely identifies a Conversation object. Read-only. (Inherited from _Conversation.) | |
Parent | Returns the parent Object (object in C#) of the specified Conversation object. Read-only. (Inherited from _Conversation.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Conversation.) |
Top
Methods
Name | Description | |
---|---|---|
ClearAlwaysAssignCategories | Removes all categories from all items in the conversation and stops the action of always assigning categories to items in the conversation. (Inherited from _Conversation.) | |
GetAlwaysAssignCategories | Returns a String (string in C#) that indicates the category or categories that are assigned to all new items that arrive in the conversation. (Inherited from _Conversation.) | |
GetAlwaysDelete | Returns a constant in the OlAlwaysDeleteConversation enumeration that indicates whether all new items that join the conversation are always moved to the Deleted Items folder in the specified delivery store. (Inherited from _Conversation.) | |
GetAlwaysMoveToFolder | Returns a Folder object that indicates the folder in the specified delivery store to which new items that arrive in the conversation are always moved. (Inherited from _Conversation.) | |
GetChildren | Returns a SimpleItems collection that contains all items under the specified conversation node. (Inherited from _Conversation.) | |
GetParent | Returns the parent item of the specified node in the conversation. (Inherited from _Conversation.) | |
GetRootItems | Returns a SimpleItems collection that contains all root items in the conversation. (Inherited from _Conversation.) | |
GetTable | Returns a Table object that contains rows that represent all items in the conversation. (Inherited from _Conversation.) | |
MarkAsRead | Marks all items in the conversation as read. (Inherited from _Conversation.) | |
MarkAsUnread | Marks all items in the conversation as unread. (Inherited from _Conversation.) | |
SetAlwaysAssignCategories | Applies one or more categories to all existing items and future items of the conversation. (Inherited from _Conversation.) | |
SetAlwaysDelete | Specifies a setting for the specified delivery store that indicates whether all existing items and all new items that arrive in the conversation are always moved to the Deleted Items folder in the specified delivery store. (Inherited from _Conversation.) | |
SetAlwaysMoveToFolder | Sets a Folder object that indicates the folder to which all existing conversation items and new items that arrive in the conversation are always moved. (Inherited from _Conversation.) | |
StopAlwaysDelete | Stops the action of always moving conversation items in the specified store to the Deleted Items folder in that store. (Inherited from _Conversation.) | |
StopAlwaysMoveToFolder | Stops the action of always moving conversation items in the specified store to a specific folder. (Inherited from _Conversation.) |
Top