PowerTCP Mail for .NET
ReadOnly Property




Gets a value indicating if the mailbox is read-only.
Syntax
Public ReadOnly Property ReadOnly As Boolean
Dim instance As Mailbox
Dim value As Boolean
 
value = instance.ReadOnly
public bool ReadOnly {get;}
public: __property bool get_ReadOnly();
public:
property bool ReadOnly {
   bool get();
}

Property Value

true if the mailbox cannot be written to; false otherwise.
Remarks

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.

See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic