Dart.Mail Namespace > ImapMessage Class : Draft Property |
Public ReadOnly Property Draft As Boolean
Dim instance As ImapMessage Dim value As Boolean value = instance.Draft
public bool Draft {get;}
public: __property bool get_Draft();
Returns true if the current message has an incomplete composition (server-side flag \Draft). This property is controlled by the client, not the server (the server does not decide when composition is complete).
Use the Mailbox.Update() methods to modify flags on sets of messages.
Returns a default value if its value has not been populated with Get.