Click or drag to resize
MimeKit

IAppendRequestMessage Property

Get the message that should be appended to the folder.

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

Property Value

MimeMessage
The message.
Remarks
Gets the message that should be appended to the folder.
See Also