PowerTCP Mail for .NET
Selectable Property




Gets a value indicating if the mailbox can be selected.
Syntax
Public ReadOnly Property Selectable As Boolean
Dim instance As Mailbox
Dim value As Boolean
 
value = instance.Selectable
public bool Selectable {get;}
public: __property bool get_Selectable();
public:
property bool Selectable {
   bool get();
}

Property Value

true if the mailbox can be selected; false otherwise.
Remarks

This property indicates whether the mailbox can be selected. If false, this mailbox cannot be set as the SelectedMailbox.

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