_JournalItem.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 that uniquely identifies a Conversation object that the JournalItem object belongs to. 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 items with a conversation. These items and the conversation all have the same value in their ConversationID property.
This property corresponds with the MAPI property PidTagConversationId.
If the JournalItem object is created in a version of Microsoft Outlook earlier than Microsoft Outlook 2010, or if Outlook is running in online mode against a version of Microsoft Exchange Server earlier than Microsoft Exchange Server 2010, this property returns the same value as the ConversationTopic property.