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