C# 클래스 MailKit.MessageSummaryFetchedEventArgs

Event args used when a message summary has been fetched from a folder.
Event args used when a message summary has been fetched from a folder.
상속: System.EventArgs
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 메소드들

메소드 설명
MessageSummaryFetchedEventArgs ( IMessageSummary message ) : System

Initializes a new instance of the MailKit.MessageSummaryFetchedEventArgs class.

Creates a new MessageSummaryFetchedEventArgs

메소드 상세

MessageSummaryFetchedEventArgs() 공개 메소드

Initializes a new instance of the MailKit.MessageSummaryFetchedEventArgs class.
Creates a new MessageSummaryFetchedEventArgs
/// is null. ///
public MessageSummaryFetchedEventArgs ( IMessageSummary message ) : System
message IMessageSummary The message summary.
리턴 System