C# 클래스 MailKit.MessageSummary

A summary of a message.
A MessageSummary is returned by IMailFolder.Fetch(System.Collections.Generic.IList<UniqueId>, MessageSummaryItems, System.Threading.CancellationToken). The properties of the MessageSummary that will be available depend on the MessageSummaryItems passed to the aformentioned method.
상속: IMessageSummary
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 메소드들

메소드 설명
MessageSummary ( int index ) : System

Initializes a new instance of the MailKit.MessageSummary class.

Creates a new MessageSummary.

비공개 메소드들

메소드 설명
EnumerateBodyParts ( BodyPart entity ) : IEnumerable
GetMultipartRelatedRoot ( BodyPartMultipart related ) : BodyPart
TryGetMessageBody ( BodyPartMultipart multipart, bool html, BodyPartText &body ) : bool
TryGetMultipartAlternativeBody ( BodyPartMultipart multipart, bool html, BodyPartText &body ) : bool
UpdateThreadableSubject ( ) : void

메소드 상세

MessageSummary() 공개 메소드

Initializes a new instance of the MailKit.MessageSummary class.
Creates a new MessageSummary.
/// is negative. ///
public MessageSummary ( int index ) : System
index int The message index.
리턴 System