_ConversationHeader.ConversationID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) that uniquely identifies the Conversation object to which this conversation header belongs. Read-only.
public:
property System::String ^ ConversationID { System::String ^ get(); };
public string ConversationID { get; }
Public ReadOnly Property ConversationID As String
Property Value
Remarks
This property associates the conversation header with other items in the same conversation. These items and the conversation all have the same value in their ConversationID property.