This documentation is archived and is not being maintained.
IHostedEmailProviderBackend Interface
A helper class for the proivder framework.
Namespace:
Microsoft.WindowsServerSolutions.HostedEmailAssembly:
Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
public interface class IHostedEmailProviderBackend : IBackend,
IDisposable
| Name | Description |
|---|
 | Activate(String^, String^, String^, String^, String^) | Activates the provider, using the specified credentials. |
 | AssignAccount(String^, String^, String^, String^) | Assigns an account to a specified user. |
 | AssignAccountByEmailAddress(String^, String^, String^, String^) | Assigns an account to a given user, using the specified e-mail address. |
 | Connect() | (Inherited from IBackend.) |
 | ConnectAsync() | (Inherited from IBackend.) |
 | CreateAccount(String^, String^, SerializableEmailAccountInfo^, String^, String^) | |
 | Deactivate(String^, String^, String^) | Deactivates the provider. |
 | DeleteAccount(String^, String^, String^) | Deletes the specified account. |
 | DisableAccount(String^, String^, String^) | Disables the specified account. |
 | Disconnect() | (Inherited from IBackend.) |
 | Dispose() | |
 | EnableAccount(String^, String^, String^) | Enables the specified account. |
 | GetAccount(String^, String^, String^) | Retrieves the specified account. |
 | GetAllAccounts(String^, String^) | |
 | GetAllAssignedAccounts(String^, String^) | Retrieves all assigned accounts. |
 | GetAllUnassignedAccounts(String^, String^) | Retrieves all unassigned accounts. |
 | GetDomains(String^, String^) | |
 | ResetAdminCredential(String^, String^, String^, String^, String^) | Resets the admin creentials. |
 | ResetPassword(String^, String^, String^, String^) | Resets the password for the specified account. |
 | UnassignAccount(String^, String^, String^) | Unassigns the specified account. |
 | UpdateAccount(String^, SerializableEmailAccountInfo^, String^, String^) | |
Return to top