Specifies the part of the message will be use to process. You can combine Subject with Body.
public enum BounceSignaturePart
Public Enum BounceSignaturePart
public enum class BounceSignaturePart
Name | Description |
---|
None | Neither subject or body is checked. |
Subject | Message's subject will be used to check. |
Body | Message's body text will be used to check. |
BodyHtml | Message's body html will be used to check. |
Headers | Message's headers will be used to check. |
AttachmentName | Message's attachments' name will be used to check. |
AttachmentContent | Message's attachments' content will be used to check. |
Top