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
Public property Application Returns an Application object that represents the parent Outlook application for the ConversationHeader object. Read-only. (Inherited from _ConversationHeader.)
Public property Class Returns an OlObjectClass constant that indicates the class of the object. Read-only. (Inherited from _ConversationHeader.)
Public property ConversationID Returns a String (string in C#) that uniquely identifies the Conversation object to which this conversation header belongs. Read-only. (Inherited from _ConversationHeader.)
Public property ConversationTopic Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only. (Inherited from _ConversationHeader.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _ConversationHeader.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _ConversationHeader.)

Top

Methods

  Name Description
Public method GetConversation Obtains a Conversation object that represents the conversation to which this conversation header belongs. (Inherited from _ConversationHeader.)
Public method 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

See Also

Reference

ConversationHeader Interface

Microsoft.Office.Interop.Outlook Namespace