PowerTCP Mail for .NET
ReadOnly Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Mailbox Class : ReadOnly Property




Gets a value which determines if the mailbox is read-only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Mailbox
Dim value As Boolean
 
value = instance.ReadOnly
C# 
public bool ReadOnly {get;}
Managed Extensions for C++ 
public: __property bool get_ReadOnly();
C++/CLI 
public:
property bool ReadOnly {
   bool get();
}

Property Value

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

Remarks

The Mailbox.ReadOnly property returns true if the mailbox is read-only. This could be the case either because of the way that the mailbox was selected (ex., EXAMINE was used instead of SELECT), or because it is configured in a read-only fashion.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.