Search Results for

    Show / Hide Table of Contents

    Class EmailHeaderAnalysisSummary

    EmailHeaderAnalysisSummary

    Inheritance
    object
    EmailHeaderAnalysisSummary
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "EmailHeaderAnalysisSummary")]
    public class EmailHeaderAnalysisSummary : IValidatableObject

    Constructors

    View Source

    EmailHeaderAnalysisSummary(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 Source

    Dkim

    Gets or Sets Dkim

    Declaration
    [DataMember(Name = "dkim", EmitDefaultValue = false)]
    public string Dkim { get; set; }
    Property Value
    Type Description
    string
    View Source

    Dmarc

    Gets or Sets Dmarc

    Declaration
    [DataMember(Name = "dmarc", EmitDefaultValue = false)]
    public string Dmarc { get; set; }
    Property Value
    Type Description
    string
    View Source

    FromDomain

    Gets or Sets FromDomain

    Declaration
    [DataMember(Name = "fromDomain", EmitDefaultValue = false)]
    public string FromDomain { get; set; }
    Property Value
    Type Description
    string
    View Source

    ReturnPathDomain

    Gets or Sets ReturnPathDomain

    Declaration
    [DataMember(Name = "returnPathDomain", EmitDefaultValue = false)]
    public string ReturnPathDomain { get; set; }
    Property Value
    Type Description
    string
    View Source

    Spf

    Gets or Sets Spf

    Declaration
    [DataMember(Name = "spf", EmitDefaultValue = false)]
    public string Spf { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.