| MailFolderOnRenamed Method |
Raise the renamed event.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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