Click or drag to resize
MimeKit

MailFolderOnParentFolderRenamed Method

Notifies the folder that a parent folder has been renamed.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
protected virtual void OnParentFolderRenamed()
Remarks
IMailFolder implementations should override this method to update their state (such as updating their FullName property).
See Also