IHostedEmailAdaptor Interface

 

Manages the hosted email adapter.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)

public interface class IHostedEmailAdaptor

NameDescription
System_CAPS_pubpropertyConnected

Retrieves whether the adapter is connected to the host email server.

NameDescription
System_CAPS_pubmethodActivate(String^, String^, IDictionary<String^, String^>^)

Initializes the adapter.

System_CAPS_pubmethodConnect()

Connects to the hosted email provider for a user management session.

System_CAPS_pubmethodCreateAccount(EmailAccountInfo^, String^)

Creates a new email account.

System_CAPS_pubmethodDeactivate(IDictionary<String^, String^>^)

Deactivates the hosted email adapter.

System_CAPS_pubmethodDeleteAccount(String^)

Deletes an existing email account.

System_CAPS_pubmethodDisableAccount(String^)

Disables an existing email account.

System_CAPS_pubmethodDisconnect()

Disconnects a user management session.

System_CAPS_pubmethodEnableAccount(String^)

Enables an existing email account.

System_CAPS_pubmethodGetAccount(String^)

Retrieves the account information of the specified email account.

System_CAPS_pubmethodGetAllAccounts()

Retrieves the account information for all accounts on the system.

System_CAPS_pubmethodGetDomains()

Retrieves the domains of the hosted email service.

System_CAPS_pubmethodResetAdminCredential(String^, String^, IDictionary<String^, String^>^)

Resets the management account credentials.

System_CAPS_pubmethodResetPassword(String^, String^)

Resets the password for an existing email account.

System_CAPS_pubmethodUpdateAccount(EmailAccountInfo^)

Updates the account information of an existing email account.

This interface is exposed by the hosted email adapter. As such, this interface is the primary tool that the Windows Server 2012 Essentials Hosted Email Integration application uses to manage the email service. For more information about implementing this interface, see Creating the Add-In.

Return to top

Community Additions

ADD
Show: