Click or drag to resize
MimeKit

MessageSentEventArgsMessage Property

Get the message that was just sent.

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

Property Value

MimeMessage
The message.
Remarks
Gets the message that was just sent.
See Also