EmailConversation.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 a preview of the latest message in the conversation.
public:
property Platform::String ^ Preview { Platform::String ^ get(); };
winrt::hstring Preview();
public string Preview { get; }
var string = emailConversation.preview;
Public ReadOnly Property Preview As String
Property Value
A preview of the latest message in the conversation.
Windows requirements
App capabilities |
email
emailSystem
|