| IReplaceRequestDestination Property |
Get or set the folder where the replacement message should be appended.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IMailFolder Destination { get; set; }
Property Value
IMailFolderThe 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