Click or drag to resize
MimeKit

MimeMessageBeginEventArgsMessage Property

Get the message that was parsed.

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

Property Value

MimeMessage
The message.
Remarks
Gets the message that was parsed.
See Also