Click or drag to resize
MimeKit

AppendRequestMessage Property

Get the message that should be appended to the folder.

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

Property Value

MimeMessage
The message.

Implements

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