C# 클래스 MailKit.FolderRenamedEventArgs

Event args used when a IMailFolder is renamed.
Event args used when a IMailFolder is renamed.
상속: System.EventArgs
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 메소드들

메소드 설명
FolderRenamedEventArgs ( string oldName, string newName ) : System

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

Creates a new FolderRenamedEventArgs.

메소드 상세

FolderRenamedEventArgs() 공개 메소드

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.
리턴 System