Click or drag to resize
MimeKit

MailFolderOnRenamed Method

Raise the renamed event.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void OnRenamed(
	string oldName,
	string newName
)

Parameters

oldName  String
The old name of the folder.
newName  String
The new name of the folder.
Remarks
Raises the renamed event.
See Also