Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxState.ReadWrite

TElIMAPMailBoxState     See also     


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


Specifies whether the mailbox is write-protected.

Declaration

[C#]
    bool ReadWrite;

[VB.NET]
    Property ReadWrite As Boolean

[Pascal]
    property ReadWrite : Boolean;

[C++]
    bool get_ReadWrite();
    void set_ReadWrite(bool Value);

[PHP]
    bool get_ReadWrite()
    void set_ReadWrite(bool $Value)

[Java]
    boolean getReadWrite();
    void setReadWrite(boolean Value);

Description

    This property's value is true if read-write access to the mailbox is allowed.

See also:     Flags    

Discuss this help topic in SecureBlackbox Forum