EmailMessage.MessageClass 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 a string that indicates the class of the message.
public:
property Platform::String ^ MessageClass { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MessageClass();
void MessageClass(winrt::hstring value);
public string MessageClass { get; set; }
var string = emailMessage.messageClass;
emailMessage.messageClass = string;
Public Property MessageClass As String
Property Value
The string that indicates the class of the message.
Windows requirements
App capabilities |
email
emailSystem
|