RtfProcessingMode Enum
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9119)
The mode to process RTF mails.
Syntax
public enum RtfProcessingMode
  Fields
| Name | Description | 
|---|---|
| Default | 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.  | 
      
| Legacy | 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.  | 
      
| TreatAsAttachment | RTF is not converted into HTML and is always treated as attachment. The appropriate "X-Rebex-RTF-Body" header is set.  |