Click or drag to resize
MimeKit

IReplaceRequestDestination Property

Get or set the folder where the replacement message should be appended.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IMailFolder Destination { get; set; }

Property Value

IMailFolder
The destination folder.
Remarks

Gets or sets the folder where the replacement message should be appended.

If no destination folder is specified, then the replacement message will be appended to the original folder.

See Also