Click or drag to resize
MimeKit

MessageThreadMessage Property

Gets the message summary, if available.

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, if available.

Note  Note
This property will only ever be set if the MessageThread was created by the MessageThreader. MessageThreads that are created by any of the Thread or ThreadAsync methods will always be null.
See Also