| IMailFolderSupports Method |
Determine whether or not an
IMailFolder supports a feature.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax bool Supports(
FolderFeature feature
)
Parameters
- feature FolderFeature
- The desired feature.
Return Value
Booleantrue if the feature is supported; otherwise,
false.
Remarks
Determines whether or not an
IMailFolder supports a feature.
See Also