Specifies if you can select this folder. (Searches for "\Noselect" flag)

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public bool CanSelect { get; }
Visual Basic
Public ReadOnly Property CanSelect As Boolean
	Get
Visual C++
public:
property bool CanSelect {
	bool get ();
}

See Also