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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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