Click or drag to resize
MimeKit

ReplaceRequestDestination 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#
public IMailFolder Destination { get; set; }

Property Value

IMailFolder
The destination folder.

Implements

IReplaceRequestDestination
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