EmailMessage.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.
Gets the identifier for a conversation.
public:
property Platform::String ^ ConversationId { Platform::String ^ get(); };
winrt::hstring ConversationId();
public string ConversationId { get; }
var string = emailMessage.conversationId;
Public ReadOnly Property ConversationId As String
Property Value
The identifier for a conversation.
Windows requirements
App capabilities |
email
emailSystem
|