ComponentPro UltimateBounceInspector

      RtfProcessingMode Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      The mode to process RTF mails.

      Syntax

      public enum RtfProcessingMode

      Members

      NameDescription
      DefaultConvert RTF to HTML and discard the RTF in case of succesful conversion. In case of unsuccesful conversion, the RTF is kept as attachment (with the "X-ComponentPro-RTF-Body" header set). This is the default behavior.
      TreatAsAttachmentRTF is not converted into HTML and is always treated as attachment. The appropriate "X-ComponentPro-RTF-Body" header is set.
      LegacyLegacy 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-ComponentPro-RTF-Body" header is set.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Mail.CF (in ComponentPro.Mail.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.Mail (in ComponentPro.Mail.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.Mail.Android (in ComponentPro.Mail.Android.dll)

      Xamarin MacXamarin Mac

      Supported version: 2.0.x and later
      Assembly: ComponentPro.Mail.Mac (in ComponentPro.Mail.Mac.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.Mail.iOS (in ComponentPro.Mail.iOS.dll)

      See Also