Click or drag to resize
MimeKit

IMailFolderExists Property

Get whether or not the folder exists.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
bool Exists { get; }

Property Value

Boolean
true if the folder exists; otherwise, false.
Remarks
Gets whether or not the folder exists.
See Also