XmlNamespace enum

Defines the namespaces as used by the EwsXmlReader, EwsServiceXmlReader, and EwsServiceXmlWriter classes.
Inheritance

Constructors

XmlNamespace()
const

Values

NotSpecified → const XmlNamespace
The namespace is not specified.
Messages → const XmlNamespace
The EWS Messages namespace.
Types → const XmlNamespace
The EWS Types namespace.
Errors → const XmlNamespace
The EWS Errors namespace.
Soap → const XmlNamespace
The SOAP 1.1 namespace.
Soap12 → const XmlNamespace
The SOAP 1.2 namespace.
XmlSchemaInstance → const XmlNamespace
XmlSchema-Instance namespace.
PassportSoapFault → const XmlNamespace
The Passport SOAP services SOAP fault namespace.
WSTrustFebruary2005 → const XmlNamespace
The WS-Trust February 2005 namespace.
WSAddressing → const XmlNamespace
The WS Addressing 1.0 namespace.
Autodiscover → const XmlNamespace
The Autodiscover SOAP service namespace.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<XmlNamespace>
A constant List of the values in this enum, in order of their declaration.