 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool UIDNotSticky { get; }Public ReadOnly Property UIDNotSticky As Boolean
Get
public:
property bool UIDNotSticky {
bool get ();
}member UIDNotSticky : bool with get
Property Value
Boolean
See Also