PowerTCP Mail for .NET
Draft Property




Returns the value of the Draft flag on the server. Use Update to modify its value.
Syntax
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();
public:
property bool Draft {
   bool get();
}

Property Value

True if the Draft flag is set; otherwise false.
Remarks

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.

See Also

Reference

ImapMessage Class
ImapMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic