IHostedEmailProviderBackend Interface

 

A helper class for the proivder framework.

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

public interface class IHostedEmailProviderBackend : IBackend, 
	IDisposable

NameDescription
System_CAPS_pubmethodActivate(String^, String^, String^, String^, String^)

Activates the provider, using the specified credentials.

System_CAPS_pubmethodAssignAccount(String^, String^, String^, String^)

Assigns an account to a specified user.

System_CAPS_pubmethodAssignAccountByEmailAddress(String^, String^, String^, String^)

Assigns an account to a given user, using the specified e-mail address.

System_CAPS_pubmethodConnect()

(Inherited from IBackend.)

System_CAPS_pubmethodConnectAsync()

(Inherited from IBackend.)

System_CAPS_pubmethodCreateAccount(String^, String^, SerializableEmailAccountInfo^, String^, String^)

Creates an account.

System_CAPS_pubmethodDeactivate(String^, String^, String^)

Deactivates the provider.

System_CAPS_pubmethodDeleteAccount(String^, String^, String^)

Deletes the specified account.

System_CAPS_pubmethodDisableAccount(String^, String^, String^)

Disables the specified account.

System_CAPS_pubmethodDisconnect()

(Inherited from IBackend.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEnableAccount(String^, String^, String^)

Enables the specified account.

System_CAPS_pubmethodGetAccount(String^, String^, String^)

Retrieves the specified account.

System_CAPS_pubmethodGetAllAccounts(String^, String^)

Retrieves all accounts.

System_CAPS_pubmethodGetAllAssignedAccounts(String^, String^)

Retrieves all assigned accounts.

System_CAPS_pubmethodGetAllUnassignedAccounts(String^, String^)

Retrieves all unassigned accounts.

System_CAPS_pubmethodGetDomains(String^, String^)

Retrieves all domains.

System_CAPS_pubmethodResetAdminCredential(String^, String^, String^, String^, String^)

Resets the admin creentials.

System_CAPS_pubmethodResetPassword(String^, String^, String^, String^)

Resets the password for the specified account.

System_CAPS_pubmethodUnassignAccount(String^, String^, String^)

Unassigns the specified account.

System_CAPS_pubmethodUpdateAccount(String^, SerializableEmailAccountInfo^, String^, String^)

Updates the account ID.

NameDescription
System_CAPS_pubeventHostedEmailAccountUpdated

Occurs when any hosted email account is updated.

Return to top

Community Additions

ADD
Show: