Click or drag to resize
MimeKit

MessageSummaryFetchedEventArgsMessage Property

Get the message summary.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IMessageSummary Message { get; }

Property Value

IMessageSummary
The message summary.
Remarks
Gets the message summary.
See Also