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.10.0
Syntax
C#
public bool Exists { get; }

Property Value

Boolean
if the folder exists; otherwise, .

Implements

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