C# 클래스 MailKit.MessagesVanishedEventArgs

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

공개 메소드들

메소드 설명
MessagesVanishedEventArgs ( IList uids, bool earlier ) : System

Initializes a new instance of the MailKit.MessagesVanishedEventArgs class.

Creates a new MessagesVanishedEventArgs.

메소드 상세

MessagesVanishedEventArgs() 공개 메소드

Initializes a new instance of the MailKit.MessagesVanishedEventArgs class.
Creates a new MessagesVanishedEventArgs.
/// is null. ///
public MessagesVanishedEventArgs ( IList uids, bool earlier ) : System
uids IList The list of unique identifiers.
earlier bool If set to true, the messages vanished in the past as opposed to just now.
리턴 System