Class EmailHeaderAnalysisSummary
EmailHeaderAnalysisSummary
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailHeaderAnalysisSummary")]
public class EmailHeaderAnalysisSummary : IValidatableObject
Constructors
View SourceEmailHeaderAnalysisSummary(string, string, string, string, string)
Initializes a new instance of the EmailHeaderAnalysisSummary class.
Declaration
public EmailHeaderAnalysisSummary(string spf = null, string dkim = null, string dmarc = null, string fromDomain = null, string returnPathDomain = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | spf | spf. |
| string | dkim | dkim. |
| string | dmarc | dmarc. |
| string | fromDomain | fromDomain. |
| string | returnPathDomain | returnPathDomain. |
Properties
View SourceDkim
Gets or Sets Dkim
Declaration
[DataMember(Name = "dkim", EmitDefaultValue = false)]
public string Dkim { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Dmarc
Gets or Sets Dmarc
Declaration
[DataMember(Name = "dmarc", EmitDefaultValue = false)]
public string Dmarc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FromDomain
Gets or Sets FromDomain
Declaration
[DataMember(Name = "fromDomain", EmitDefaultValue = false)]
public string FromDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReturnPathDomain
Gets or Sets ReturnPathDomain
Declaration
[DataMember(Name = "returnPathDomain", EmitDefaultValue = false)]
public string ReturnPathDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Spf
Gets or Sets Spf
Declaration
[DataMember(Name = "spf", EmitDefaultValue = false)]
public string Spf { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |