Discuss this help topic in SecureBlackbox Forum
Specifies whether the mailbox is write-protected.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum