C# Class 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.
Inheritance: IMessageSummary
ファイルを表示 Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method Description
MessageSummary ( int index ) : System

Initializes a new instance of the MailKit.MessageSummary class.

Creates a new MessageSummary.

Private Methods

Method Description
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

Method Details

MessageSummary() public method

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.
return System