Share via


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
System_CAPS_pubpropertySystem_CAPS_static Configuration

Retrieves the configuration information of the current hosted email add-in.

System_CAPS_pubpropertySystem_CAPS_static EnabledAddinId

Retrieves the GUID of the enabled hosted email add-in.

System_CAPS_pubpropertySystem_CAPS_static PasswordSyncEnabled

Returns a value that indicates whether password sync is enabled on the current hosted email add-in.

System_CAPS_pubpropertySystem_CAPS_static PasswordSyncWanted

Retrieves a value that indicates if password sync is supported on the current hosted email add-in.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Disable(IDictionary<String, String>)

Disables the current hosted email add-in.

System_CAPS_pubmethodSystem_CAPS_static Enable(Guid, String, String, IDictionary<String, String>)

Enable the specified hosted email integration module, using the specified admin account information.

System_CAPS_pubmethodSystem_CAPS_static IsEnabled()

Retrieves a value that indicates whether the current hosted email add-in is enabled.

System_CAPS_pubmethodSystem_CAPS_static 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