EmailConversation.Subject Property

Definition

Gets the subject of the latest message in the conversation.

public:
 property Platform::String ^ Subject { Platform::String ^ get(); };
winrt::hstring Subject();
public string Subject { get; }
var string = emailConversation.subject;
Public ReadOnly Property Subject As String

Property Value

String

Platform::String

winrt::hstring

The subject of the latest message in the conversation.

Windows requirements

App capabilities
email emailSystem

Applies to