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 nameDescription
Supported by the .NET Compact FrameworkNone
Use a blank body in the new message.
Supported by the .NET Compact FrameworkKeepOriginal
Copy the original body into the new message.
Supported by the .NET Compact FrameworkAttachment
Add the original body as an attachment into the new message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also