The mode to process RTF mails.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Enumeration RtfProcessingMode
C#
public enum RtfProcessingMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkDefault
Convert RTF to HTML and discard the RTF in case of successful conversion. In case of unsuccessful conversion, the RTF is kept as attachment (with the "X-Rebex-RTF-Body" header set). This is the default behavior.
Supported by the .NET Compact FrameworkTreatAsAttachment
RTF is not converted into HTML and is always treated as attachment. The appropriate "X-Rebex-RTF-Body" header is set.
Supported by the .NET Compact FrameworkLegacy
Legacy mode that turns on the legacy behavior. RTF is converted to HTML and kept either as Attachment (for binary RTF's) or as AlternateView (for non-binary RTF's). In case that RTF is added as attachment, then the "X-Rebex-RTF-Body" header is set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also