Search Results for

    Show / Hide Table of Contents

    Class ExchangeCredential

    Exchange credential

    Inheritance
    System.Object
    ExchangeCredential
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Exchange
    Assembly: Simplic.Exchange.dll
    Syntax
    public class ExchangeCredential

    Properties

    | Improve this Doc View Source

    DomainName

    Gets or sets the domain name

    Declaration
    public string DomainName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Ident

    Gets or sets the ident

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the user is active

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsHostedExchange

    Gets or sets whether to use hosted exchange

    Declaration
    public bool IsHostedExchange { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Password

    Gets or sets the password

    Declaration
    public byte[] Password { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    UserId

    Gets or sets the internal user id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UserName

    Gets or sets the user name

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WasInitialized

    Gets or sets whether the user was initialized

    Declaration
    public bool WasInitialized { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx