EmailMessage.Preview Property

Definition

Gets or sets the short preview string that represents the longer email message in the list view of emails.

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

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

Property Value

String

Platform::String

winrt::hstring

The short preview string that represents the longer email message in the list view of emails.

Windows requirements

App capabilities
email emailSystem

Applies to