 | SimpleImapQueryDraft Property |
Messages with the \Draft flag set.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Draft { get; set; }Public Property Draft As Boolean
Get
Set
public:
property bool Draft {
bool get ();
void set (bool value);
}member Draft : bool with get, set
Property Value
Boolean
See Also