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.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
| 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. |
| 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. |
For more information about using this class, see How to: Manage the Add-In.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


