| MailFolderOnParentFolderRenamed Method |
Notifies the folder that a parent folder has been renamed.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void OnParentFolderRenamed()
Remarks IMailFolder implementations should override this method
to update their state (such as updating their
FullName
property).
See Also