ReplyBodyTransformation Enum
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
Defines how to process the original message body when creating a reply.
Syntax
public enum ReplyBodyTransformation
Fields
| Name | Description |
|---|---|
| Attachment | Add the original body as an attachment into the new message. |
| KeepOriginal | Copy the original body into the new message. |
| None | Use a blank body in the new message. |