Click or drag to resize
MimeKit

MessageSummaryPreviewText Property

Gets the preview text of the message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string PreviewText { get; set; }

Property Value

String
The preview text.

Implements

IMessageSummaryPreviewText
Remarks

The preview text is a short snippet of the beginning of the message text, typically shown in a mail client's message list to provide the user with a sense of what the message is about.

This property will only be set if the PreviewText flag is passed to one of the Fetch or FetchAsync methods.

See Also