HostedEmailIntegrationManager Class
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.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailIntegrationManager
Syntax
public static class HostedEmailIntegrationManager
public ref class HostedEmailIntegrationManager abstract sealed
Public NotInheritable Class HostedEmailIntegrationManager
Properties
Name | Description | |
---|---|---|
Configuration | Retrieves the configuration information of the current hosted email add-in. |
|
EnabledAddinId | Retrieves the GUID of the enabled hosted email add-in. |
|
PasswordSyncEnabled | Returns a value that indicates whether password sync is enabled on the current hosted email add-in. |
|
PasswordSyncWanted | Retrieves a value that indicates if password sync is supported on the current hosted email add-in. |
Methods
Name | Description | |
---|---|---|
Disable(IDictionary<String, String>) | Disables the current hosted email add-in. |
|
Enable(Guid, String, String, IDictionary<String, String>) | Enable the specified hosted email integration module, using the specified admin account information. |
|
IsEnabled() | Retrieves a value that indicates whether the current hosted email add-in is enabled. |
|
ResetAdminCredential(Guid, String, String, IDictionary<String, String>) | Resets the admin account credentials for the specified hosted email add-in. |
Remarks
For more information about using this class, see How to: Manage the Add-In.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top