EmailMessage.Body Property

Definition

Gets or sets the body of the email message.

public:
 property Platform::String ^ Body { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Body();

void Body(winrt::hstring value);
public string Body { get; set; }
var string = emailMessage.body;
emailMessage.body = string;
Public Property Body As String

Property Value

String

Platform::String

winrt::hstring

The body of the email message.

Windows requirements

App capabilities
email emailSystem

Applies to