Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxState.UIDNotSticky

TElIMAPMailBoxState     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Defines whether this mailbox has UIDNOTSTICKY status.

Declaration

[C#]
    bool UIDNotSticky;

[VB.NET]
    Property UIDNotSticky As Boolean

[Pascal]
    property UIDNotSticky : Boolean;

[C++]
    bool get_UIDNotSticky();
    void set_UIDNotSticky(bool Value);

[PHP]
    bool get_UIDNotSticky()
    void set_UIDNotSticky(bool $Value)

[Java]
    not available

Description

    This property corresponds to the UIDNOTSTICKY response code defined in [RFC 4315]. When true, this property indicates that the mailbox does not support persistent UIDs. A server that supports the UIDPLUS extension does not return COPYUID/APPENDUID data when the COPY (or APPEND) destination mailbox has UIDNOTSTICKY status.

See also:     UIDValidity    

Discuss this help topic in SecureBlackbox Forum