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