| SimpleImapQueryUndeleted Property |
Messages that do not have the \Deleted flag set.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Undeleted { get; set; }
Public Property Undeleted As Boolean
Get
Set
public:
property bool Undeleted {
bool get ();
void set (bool value);
}
member Undeleted : bool with get, set
Property Value
Type:
BooleanSee Also