C# Class MailKit.FolderRenamedEventArgs

Event args used when a IMailFolder is renamed.
Event args used when a IMailFolder is renamed.
Inheritance: System.EventArgs
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
FolderRenamedEventArgs ( string oldName, string newName ) : System

Initializes a new instance of the T:MailKit.FolderRenamedEventArgs class.

Creates a new FolderRenamedEventArgs.

Method Details

FolderRenamedEventArgs() public méthode

Initializes a new instance of the T:MailKit.FolderRenamedEventArgs class.
Creates a new FolderRenamedEventArgs.
/// is null. /// -or- /// is null. ///
public FolderRenamedEventArgs ( string oldName, string newName ) : System
oldName string The old name of the folder.
newName string The new name of the folder.
Résultat System