Click or drag to resize
MimeKit

IMailFolderGetSubfolder Method

Get the specified subfolder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IMailFolder GetSubfolder(
	string name,
	CancellationToken cancellationToken = default
)

Parameters

name  String
The name of the subfolder.
cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

IMailFolder
The subfolder.
Remarks
Gets the specified subfolder.
See Also