EmailMessage.Preview 属性

定义

获取或设置短预览字符串,该字符串表示电子邮件列表视图中较长的电子邮件。

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

属性值

String

Platform::String

winrt::hstring

短预览字符串,表示电子邮件列表视图中较长的电子邮件。

Windows 要求

应用功能
email emailSystem

适用于