Microsoft.WindowsServerSolutions.HostedEmail Namespace
The Microsoft.WindowsServerSolutions.HostedEmail namespace provides an API for integrating a hosted email service into the Windows Server 2012 Essentials user experience.
Classes
Class | Description | |
---|---|---|
ConfigurationFromXml | Describes the configuration information from the associated XML file. |
|
EmailAccountInfo | Describes an email account on the hosted email service. |
|
HostedEmailAccountUpdatedEventArgs | Contains the event arguments used in the HostedEmailAccountUpdated event. |
|
HostedEmailAdaptorException | The exception that occurs when managing the hosted email adapter. |
|
HostedEmailAdaptorNotSupportedException | Raised when the system makes a call to an unsupported adapter. |
|
HostedEmailConfiguration | Contains the configuration information for a hosted email add-in. |
|
HostedEmailConfigurationException | Exception that occurs during while performing a hosted email configuration task. |
|
HostedEmailIntegrationManager | Enables and disables the built-in email integration provider; also reads and prepares the XML configuration files stored in the hosted email Add-in folder. |
|
HostedEmailIntegrationManagerException | Represents an error that occurs while managing a hosted email add-in. |
|
HostedEmailManager | Contains the object model for the hosted email functions. |
|
HostedEmailPasswordSyncInfo | Contains the hosted email password sync information. |
|
HostedEmailProtectedDataStore | Protects and stores data using an encryption scheme. |
|
HostedEmailProviderException | Represents errors that occur in tasks performed by the hosted email provider. |
|
HostedEmailProviderInfo | Describes the company who wrote a hosted email add-in provider. |
|
HostedEmailServiceInfo | Describes a hosted email service. |
|
HostedEmailSupportContactInfo | Contains the support contact information for a hosted email service. |
|
NotSupportedAPIAttribute | Indicates that a hosted email API is not implemented. |
|
PasswordPolicyOnServerInfoFromXml | Describes the server password policy information, as contained in the associated XML file. |
|
PasswordSyncInfoFromXml | Describes the password sync info from XML. |
|
ProviderInfoFromXml | Describes the provider information from XML. |
|
SerializableEmailAccountInfo | Contains serializable email account information. |
|
ServiceInfoFromXml | Describes the service information from XML. |
|
SupportContactInfoFromXml | Describes the support contact information from XML. |
|
UserEmailInfo | Describes a hosted email account. |
Interfaces
Interface | Description | |
---|---|---|
IHostedEmailAdaptor | Manages the hosted email adapter. |
|
IHostedEmailProviderBackend | A helper class for the proivder framework. |
Enumerations
Enumeration | Description | |
---|---|---|
HostedEmailAdaptorErrorCode | Describes the error codes for the hosted email adapter framework. |
|
HostedEmailBuiltinUITypes | Describes the Hosted E-Mail Built-In UI types. |
|
HostedEmailConfigurationErrorType | Describes the Hosted E-Mail configuration error type. |
|
HostedEmailConfigureFault | Contains a series of possible issues when configuring a hosted email service. |
|
HostedEmailIntegrationManagerErrorType | Describes a Hosted E-mail integration Manager error type. |
|
PasswordPolicyOnServerLevel | Describes the password policy at the server level. |
Remarks
The Microsoft.WindowsServerSolutions.HostedEmail namespace provides an API for integrating a hosted email service into the Windows Server 2012 Essentials user experience.
Return to top