Creates a new message that is a reply to the current message.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Function CreateReply ( _ sender As MailAddress, _ transformation As ReplyBodyTransformation _ ) As MailMessage |
C# |
---|
public MailMessage CreateReply( MailAddress sender, ReplyBodyTransformation transformation ) |
Parameters
- sender
- Type: Rebex.Mime.Headers..::..MailAddress
The sender of the reply.
- transformation
- Type: Rebex.Mail..::..ReplyBodyTransformation
Transformation mode for the original message body.