Search Results for

    Show / Hide Table of Contents

    Class UpdateImapAccessOptions

    Edit access details for inbox using IMAP

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

    Constructors

    View Source

    UpdateImapAccessOptions(string, string)

    Initializes a new instance of the UpdateImapAccessOptions class.

    Declaration
    public UpdateImapAccessOptions(string imapUsername = null, string imapPassword = null)
    Parameters
    Type Name Description
    string imapUsername

    IMAP username for login.

    string imapPassword

    IMAP password for login.

    Properties

    View Source

    ImapPassword

    IMAP password for login

    Declaration
    [DataMember(Name = "imapPassword", EmitDefaultValue = true)]
    public string ImapPassword { get; set; }
    Property Value
    Type Description
    string

    IMAP password for login

    View Source

    ImapUsername

    IMAP username for login

    Declaration
    [DataMember(Name = "imapUsername", EmitDefaultValue = true)]
    public string ImapUsername { get; set; }
    Property Value
    Type Description
    string

    IMAP username for login

    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.