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)

System::Object
  Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailIntegrationManager

public ref class HostedEmailIntegrationManager abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticConfiguration

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

System_CAPS_pubpropertySystem_CAPS_staticEnabledAddinId

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

System_CAPS_pubpropertySystem_CAPS_staticPasswordSyncEnabled

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

System_CAPS_pubpropertySystem_CAPS_staticPasswordSyncWanted

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDisable(IDictionary<String^, String^>^)

Disables the current hosted email add-in.

System_CAPS_pubmethodSystem_CAPS_staticEnable(Guid, String^, String^, IDictionary<String^, String^>^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsEnabled()

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

System_CAPS_pubmethodSystem_CAPS_staticResetAdminCredential(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.

Return to top

Community Additions

ADD
Show: