Click or drag to resize
MimeKit

MailFolderSupports Method

Determine whether or not a MailFolder supports a feature.

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

Parameters

feature  FolderFeature
The desired feature.

Return Value

Boolean
true if the feature is supported; otherwise, false.

Implements

IMailFolderSupports(FolderFeature)
Remarks
Determines whether or not a MailFolder supports a feature.
See Also