Search Results for

    Show / Hide Table of Contents

    Class EmailHeaderReceivedHop

    EmailHeaderReceivedHop

    Inheritance
    object
    EmailHeaderReceivedHop
    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 = "EmailHeaderReceivedHop")]
    public class EmailHeaderReceivedHop : IValidatableObject

    Constructors

    View Source

    EmailHeaderReceivedHop(string, string, string, string, long)

    Initializes a new instance of the EmailHeaderReceivedHop class.

    Declaration
    public EmailHeaderReceivedHop(string from = null, string by = null, string withValue = null, string timestamp = null, long delayMs = 0)
    Parameters
    Type Name Description
    string from

    from.

    string by

    by.

    string withValue

    withValue.

    string timestamp

    timestamp.

    long delayMs

    delayMs.

    Properties

    View Source

    By

    Gets or Sets By

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

    DelayMs

    Gets or Sets DelayMs

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

    From

    Gets or Sets From

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

    Timestamp

    Gets or Sets Timestamp

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

    WithValue

    Gets or Sets WithValue

    Declaration
    [DataMember(Name = "withValue", EmitDefaultValue = false)]
    public string WithValue { 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.