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
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
MessageSummary ( int index ) : System

Initializes a new instance of the MailKit.MessageSummary class.

Creates a new MessageSummary.

Private Methods

Méthode 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 méthode

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.
Résultat System