Dart.Mail Namespace > Mailbox Class : ReadOnly Property |
Public ReadOnly Property ReadOnly As Boolean
public bool ReadOnly {get;}
public: __property bool get_ReadOnly();
This property returns true if the mailbox is read-only. True indicates either EXAMINE (instead of SELECT) was used to select the mailbox, or the mailbox is configured to be read-only.