MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Imap
ImapFolder Class
ImapFolder Methods
AddAccessRights Method
AddAccessRightsAsync Method
Append Method
AppendAsync Method
Check Method
CheckAsync Method
Close Method
CloseAsync Method
CommitStream Method
CopyTo Method
CopyToAsync Method
Create Method
CreateAsync Method
CreateStream Method
Delete Method
DeleteAsync Method
Expunge Method
ExpungeAsync Method
Fetch Method
FetchAsync Method
GetAccessControlList Method
GetAccessControlListAsync Method
GetAccessRights Method
GetAccessRightsAsync Method
GetBodyPart Method
GetBodyPartAsync Method
GetEnumerator Method
GetHeaders Method
GetHeadersAsync Method
GetMessage Method
GetMessageAsync Method
GetMetadata Method
GetMetadataAsync Method
GetMyAccessRights Method
GetMyAccessRightsAsync Method
GetQuota Method
GetQuotaAsync Method
GetStream Method
GetStreamAsync Method
GetStreams Method
GetStreamsAsync Method
GetSubfolder Method
GetSubfolderAsync Method
GetSubfolders Method
GetSubfoldersAsync Method
MoveTo Method
MoveToAsync Method
OnParentFolderRenamed Method
Open Method
OpenAsync Method
RemoveAccess Method
RemoveAccessAsync Method
RemoveAccessRights Method
RemoveAccessRightsAsync Method
Rename Method
RenameAsync Method
Replace Method
ReplaceAsync Method
Search Method
SearchAsync Method
SetAccessRights Method
SetAccessRightsAsync Method
SetMetadata Method
SetMetadataAsync Method
SetQuota Method
SetQuotaAsync Method
Sort Method
SortAsync Method
Status Method
StatusAsync Method
Store Method
StoreAsync Method
Subscribe Method
SubscribeAsync Method
Supports Method
Thread Method
ThreadAsync Method
Unsubscribe Method
UnsubscribeAsync Method
Imap
Folder
Supports Method
Determine whether or not an
ImapFolder
supports a feature.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
bool
Supports
(
FolderFeature
feature
)
Parameters
feature
FolderFeature
The desired feature.
Return Value
Boolean
true
if the feature is supported; otherwise,
false
.
Implements
IMailFolder
Supports(FolderFeature)
IMailFolder
Supports(FolderFeature)
Remarks
Determines whether or not an
ImapFolder
supports a feature.
See Also
Reference
ImapFolder Class
MailKit.Net.Imap Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast