EmailMessage.Preview 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 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
The short preview string that represents the longer email message in the list view of emails.
Windows requirements
App capabilities |
email
emailSystem
|