ConversationHeader Members
Include Protected Members
Include Inherited Members
Represents a Microsoft Outlook conversation header in a Conversation view.
The ConversationHeader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the ConversationHeader object. Read-only. (Inherited from _ConversationHeader.) | |
Class | Returns an OlObjectClass constant that indicates the class of the object. Read-only. (Inherited from _ConversationHeader.) | |
ConversationID | Returns a String (string in C#) that uniquely identifies the Conversation object to which this conversation header belongs. Read-only. (Inherited from _ConversationHeader.) | |
ConversationTopic | Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only. (Inherited from _ConversationHeader.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _ConversationHeader.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _ConversationHeader.) |
Top
Methods
Name | Description | |
---|---|---|
GetConversation | Obtains a Conversation object that represents the conversation to which this conversation header belongs. (Inherited from _ConversationHeader.) | |
GetItems | Obtains a SimpleItems collection that contains all of the items in the conversation that reside in the same folder as the selected conversation header. (Inherited from _ConversationHeader.) |
Top