ComponentPro UltimateBounceInspector

      BounceSignaturePart Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Specifies the part of the message will be use to process. You can combine Subject with Body.

      Syntax

      public enum BounceSignaturePart

      Members

      NameDescription
      NoneNeither subject or body is checked.
      SubjectMessage's subject will be used to check.
      BodyMessage's body text will be used to check.
      BodyHtmlMessage's body html will be used to check.
      HeadersMessage's headers will be used to check.
      AttachmentNameMessage's attachments' name will be used to check.
      AttachmentContentMessage's attachments' content will be used to check.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.BounceInspector.CF (in ComponentPro.BounceInspector.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.BounceInspector (in ComponentPro.BounceInspector.dll)

      Xamarin AndroidXamarin Android

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

      Xamarin MacXamarin Mac

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

      Xamarin iOSXamarin iOS

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

      See Also