Defines how to process the original message body when creating a reply.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ReplyBodyTransformation |
| C# |
|---|
public enum ReplyBodyTransformation |
Members
| Member name | Description | |
|---|---|---|
| None |
Use a blank body in the new message.
| |
| KeepOriginal |
Copy the original body into the new message.
| |
| Attachment |
Add the original body as an attachment into the new message.
|