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




Gets a value which determines if the mailbox can be selected.

Syntax

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

Property Value

true if the mailbox can be selected; false otherwise.

Remarks

The Mailbox.Selectable property determines if the mailbox can be selected. If false, then this mailbox cannot be Imap.CurrentMailbox.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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