Click or drag to resize
MimeKit

ImapFolderSupports Method

Determine whether or not an ImapFolder supports a feature.

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

Parameters

feature  FolderFeature
The desired feature.

Return Value

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

Implements

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