Represents the base class for configuration settings. More...
Inherits Object.
Public Member Functions | |
virtual AutodiscoverResponseType | get_ResponseType ()=0 |
Gets the type of the response. More... | |
virtual System::String | get_RedirectTarget ()=0 |
Gets the redirect target. More... | |
System::SharedPtr< AutodiscoverError > | get_Error () const |
Gets the error. More... | |
virtual bool | TryReadCurrentXmlElement (System::SharedPtr< AutodiscoverXmlReader > reader) |
Tries to read the current XML element. More... | |
void | LoadFromXml (System::SharedPtr< System::IO::Stream > memoryStream) |
void | LoadFromXml (System::SharedPtr< AutodiscoverXmlReader > reader) |
Loads the settings from XML. More... | |
virtual System::String | GetNamespace ()=0 |
Gets the namespace that defines the settings. More... | |
virtual void | MakeRedirectionResponse (System::SharedPtr< System::Uri > redirectUrl)=0 |
Makes this instance a redirection response. More... | |
virtual System::SharedPtr< GetUserSettingsResponse > | ConvertSettings (System::String smtpAddress, System::SharedPtr< System::Collections::Generic::ListExt< UserSettingName >> requestedSettings)=0 |
Convert ConfigurationSettings to GetUserSettings response. More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::AutodiscoverService |
class | Aspose::Email::Clients::Exchange::OutlookConfigurationSettings |
Represents the base class for configuration settings.
|
pure virtual |
Convert ConfigurationSettings to GetUserSettings response.
smtpAddress | SMTP address. |
requestedSettings | The requested settings. |
System::SharedPtr<AutodiscoverError> Aspose::Email::Clients::Exchange::ConfigurationSettingsBase::get_Error | ( | ) | const |
Gets the error.
The error.
|
pure virtual |
Gets the redirect target.
The redirect target.
|
pure virtual |
Gets the type of the response.
The type of the response.
|
pure virtual |
Gets the namespace that defines the settings.
void Aspose::Email::Clients::Exchange::ConfigurationSettingsBase::LoadFromXml | ( | System::SharedPtr< AutodiscoverXmlReader > | reader | ) |
Loads the settings from XML.
reader | The reader. |
void Aspose::Email::Clients::Exchange::ConfigurationSettingsBase::LoadFromXml | ( | System::SharedPtr< System::IO::Stream > | memoryStream | ) |
|
pure virtual |
Makes this instance a redirection response.
redirectUrl | The redirect URL. |
|
virtual |
Tries to read the current XML element.
reader | The reader. |
|
friend |
|
friend |