EmailMessage.Subject 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 or sets the subject of the email message.
public:
property Platform::String ^ Subject { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subject();
void Subject(winrt::hstring value);
public string Subject { get; set; }
var string = emailMessage.subject;
emailMessage.subject = string;
Public Property Subject As String
Property Value
The subject of the email.
Windows requirements
App capabilities |
email
emailSystem
|