| FolderStatusUIDNotSticky Property |
The selected mailbox is supported by a mail store that does not support persistent UIDs; that is,
UIDVALIDITY will be different each time the mailbox is selected.
Consequently, APPEND or COPY to this mailbox will not return an APPENDUID or COPYUID response code.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool UIDNotSticky { get; }
Public ReadOnly Property UIDNotSticky As Boolean
Get
public:
property bool UIDNotSticky {
bool get ();
}
member UIDNotSticky : bool with get
Property Value
Type:
BooleanSee Also