EmailMessage.IsDraftMessage 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 Boolean value indicating whether this message is a draft.
public:
property bool IsDraftMessage { bool get(); };
bool IsDraftMessage();
public bool IsDraftMessage { get; }
var boolean = emailMessage.isDraftMessage;
Public ReadOnly Property IsDraftMessage As Boolean
Property Value
Boolean
bool
A Boolean value indicating whether this message is a draft.
Windows requirements
App capabilities |
email
emailSystem
|