| SimpleImapQueryDeleted Property |
Messages with the \Deleted flag set.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
BooleanSee Also