EmailResultType Enumeration

 

Applies To: Dynamics Marketing

Represents the type of results that a sent marketing email can receive.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

public enum class EmailResultType

Member nameDescription
HardBounce

Specifies that the email address doesn’t exist or the message couldn’t be delivered to an email address. Value = 4.

SoftBounce

Specifies that an email address exists but the message was rejected (possibly due to spam detection or transient connection issues). Value = 5.

Return to top
Show: