| FolderInfoIsInbox Property |
Gets the boolean value indicating, if this instance is INBOX folder.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool IsInbox { get; }
Public ReadOnly Property IsInbox As Boolean
Get
public:
property bool IsInbox {
bool get ();
}
member IsInbox : bool with get
Property Value
Type:
BooleanSee Also