(c) 2024 Andreas Zimmermann, wan24.de

Search Results for

    Edit this page

    Class Constants

    Constants

    Inheritance
    object
    Constants
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: wan24.AutoDiscover
    Assembly: wan24AutoDiscoverShared.dll
    Syntax
    public static class Constants

    Fields

    | Edit this page View Source

    ACCOUNTTYPE

    Account type

    Declaration
    public const string ACCOUNTTYPE = "email"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ACCOUNTTYPE_NODE_NAME

    AccountType node name

    Declaration
    public const string ACCOUNTTYPE_NODE_NAME = "AccountType"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ACCOUNT_NODE_NAME

    Account node name

    Declaration
    public const string ACCOUNT_NODE_NAME = "Account"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ACTION

    Action

    Declaration
    public const string ACTION = "settings"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ACTION_NODE_NAME

    Action node name

    Declaration
    public const string ACTION_NODE_NAME = "Action"
    Field Value
    Type Description
    string
    | Edit this page View Source

    AUTODISCOVER_NODE_NAME

    Autodiscover node name

    Declaration
    public const string AUTODISCOVER_NODE_NAME = "Autodiscover"
    Field Value
    Type Description
    string
    | Edit this page View Source

    AUTO_DISCOVER_NS

    Auto discovery XML namespace

    Declaration
    public const string AUTO_DISCOVER_NS = "http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RESPONSE_NODE_NAME

    Response node name

    Declaration
    public const string RESPONSE_NODE_NAME = "Response"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RESPONSE_NS

    POX response node XML namespace

    Declaration
    public const string RESPONSE_NS = "https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a"
    Field Value
    Type Description
    string
    (c) 2024 Andreas Zimmermann, wan24.de