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
System_CAPS_pubclass ConfigurationFromXml

Describes the configuration information from the associated XML file.

System_CAPS_pubclass EmailAccountInfo

Describes an email account on the hosted email service.

System_CAPS_pubclass HostedEmailAccountUpdatedEventArgs

Contains the event arguments used in the HostedEmailAccountUpdated event.

System_CAPS_pubclass HostedEmailAdaptorException

The exception that occurs when managing the hosted email adapter.

System_CAPS_pubclass HostedEmailAdaptorNotSupportedException

Raised when the system makes a call to an unsupported adapter.

System_CAPS_pubclass HostedEmailConfiguration

Contains the configuration information for a hosted email add-in.

System_CAPS_pubclass HostedEmailConfigurationException

Exception that occurs during while performing a hosted email configuration task.

System_CAPS_pubclass 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.

System_CAPS_pubclass HostedEmailIntegrationManagerException

Represents an error that occurs while managing a hosted email add-in.

System_CAPS_pubclass HostedEmailManager

Contains the object model for the hosted email functions.

System_CAPS_pubclass HostedEmailPasswordSyncInfo

Contains the hosted email password sync information.

System_CAPS_pubclass HostedEmailProtectedDataStore

Protects and stores data using an encryption scheme.

System_CAPS_pubclass HostedEmailProviderException

Represents errors that occur in tasks performed by the hosted email provider.

System_CAPS_pubclass HostedEmailProviderInfo

Describes the company who wrote a hosted email add-in provider.

System_CAPS_pubclass HostedEmailServiceInfo

Describes a hosted email service.

System_CAPS_pubclass HostedEmailSupportContactInfo

Contains the support contact information for a hosted email service.

System_CAPS_pubclass NotSupportedAPIAttribute

Indicates that a hosted email API is not implemented.

System_CAPS_pubclass PasswordPolicyOnServerInfoFromXml

Describes the server password policy information, as contained in the associated XML file.

System_CAPS_pubclass PasswordSyncInfoFromXml

Describes the password sync info from XML.

System_CAPS_pubclass ProviderInfoFromXml

Describes the provider information from XML.

System_CAPS_pubclass SerializableEmailAccountInfo

Contains serializable email account information.

System_CAPS_pubclass ServiceInfoFromXml

Describes the service information from XML.

System_CAPS_pubclass SupportContactInfoFromXml

Describes the support contact information from XML.

System_CAPS_pubclass UserEmailInfo

Describes a hosted email account.

Interfaces

Interface Description
System_CAPS_pubinterface IHostedEmailAdaptor

Manages the hosted email adapter.

System_CAPS_pubinterface IHostedEmailProviderBackend

A helper class for the proivder framework.

Enumerations

Enumeration Description
System_CAPS_pubenum HostedEmailAdaptorErrorCode

Describes the error codes for the hosted email adapter framework.

System_CAPS_pubenum HostedEmailBuiltinUITypes

Describes the Hosted E-Mail Built-In UI types.

System_CAPS_pubenum HostedEmailConfigurationErrorType

Describes the Hosted E-Mail configuration error type.

System_CAPS_pubenum HostedEmailConfigureFault

Contains a series of possible issues when configuring a hosted email service.

System_CAPS_pubenum HostedEmailIntegrationManagerErrorType

Describes a Hosted E-mail integration Manager error type.

System_CAPS_pubenum 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