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