Click or drag to resize
MimeKit

MailFolderExists Property

Get a value indicating whether the folder exists.

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

Property Value

Boolean
true if the folder exists; otherwise, false.

Implements

IMailFolderExists
Remarks
Gets a value indicating whether the folder exists.
See Also