Click or drag to resize
MimeKit

FolderCreatedEventArgs Constructor

Initializes a new instance of the FolderCreatedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderCreatedEventArgs(
	IMailFolder folder
)

Parameters

folder  IMailFolder
The newly created folder.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolder is null.
Remarks
Creates a new FolderCreatedEventArgs.
See Also