 | MessageSentEventArgsMessage Property |
Get the message that was just sent.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic MimeMessage Message { get; }
Property Value
Type:
MimeMessageThe message.
Remarks
Gets the message that was just sent.
See Also