OutlookConfigurationSettings class
- Inheritance
-
- Object
- ConfigurationSettingsBase
- OutlookConfigurationSettings
Constructors
- OutlookConfigurationSettings()
- Initializes a new instance of the
Properties
- Error → AutodiscoverError?
-
Gets the error.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- RedirectTarget → String?
-
Gets the redirect target.
no setteroverride
- ResponseType → AutodiscoverResponseType?
-
Gets the type of the response.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
ConvertSettings(
String smtpAddress, List< UserSettingName> requestedSettings) → GetUserSettingsResponse -
Convert OutlookConfigurationSettings to GetUserSettings response.
override
-
GetNamespace(
) → String -
Gets the namespace that defines the settings.
override
-
LoadFromXml(
EwsXmlReader reader) → Future< void> -
Loads the settings from XML.
inherited
-
MakeRedirectionResponse(
Uri redirectUrl) → void -
Makes this instance a redirection response.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
TryReadCurrentXmlElement(
EwsXmlReader reader) → Future< bool> -
Tries to read the current XML element.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
IsAvailableUserSetting(
UserSettingName setting) → bool - Determines whether user setting is available in the OutlookConfiguration or not.