_Conversation.ConversationID Property

Definition

Returns a String (string in C#) that uniquely identifies a Conversation object. 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 corresponds with the MAPI property PidTagConversationId.

This property associates items with a conversation. These items and the conversation all have the same value in their ConversationID property.

Applies to