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