Click or drag to resize
MimeKit

FolderRenamedEventArgs Constructor

Initializes a new instance of the FolderRenamedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderRenamedEventArgs(
	string oldName,
	string newName
)

Parameters

oldName  String
The old name of the folder.
newName  String
The new name of the folder.
Exceptions
ExceptionCondition
ArgumentNullException

oldName is null.

-or-

newName is null.

Remarks
Creates a new FolderRenamedEventArgs.
See Also