Click or drag to resize
MimeKit

IMailFolderSupports Method

Determine whether or not an IMailFolder supports a feature.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
bool Supports(
	FolderFeature feature
)

Parameters

feature  FolderFeature
The desired feature.

Return Value

Boolean
true if the feature is supported; otherwise, false.
Remarks
Determines whether or not an IMailFolder supports a feature.
See Also