EmailMessage.IsDraftMessage Property

Definition

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

Applies to