Messages with the \Draft flag set.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public bool Draft { get; set; } |
| Visual Basic |
|---|
Public Property Draft As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool Draft {
bool get ();
void set (bool value);
} |
See Also