Share via


HostedEmailConfiguration Class

 

Contains the configuration information for a hosted email add-in.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfiguration

Syntax

public class HostedEmailConfiguration
public ref class HostedEmailConfiguration 
Public Class HostedEmailConfiguration

Constructors

Name Description
System_CAPS_pubmethod HostedEmailConfiguration(ConfigurationFromXml)

Creates a new instance of the HostedEmailConfiguration, using the specified XML configuration file.

Properties

Name Description
System_CAPS_pubproperty AddinAssemblyDirectory

Retrieves the directory of the add-in assembly.

System_CAPS_pubproperty AddinId

Retrieves the ID of the hosted email add-in.

System_CAPS_pubproperty AddinType

Retrieves the type information of the implementation of IHostedEmailAdaptor.

System_CAPS_pubproperty EnableDisableUserSupported

Retrieves a value that indicates whether a user can be enabled or disabled.

System_CAPS_pubproperty HiddenBuiltinUI

Retrieves a description of which built-in UI’s have been hidden.

System_CAPS_pubproperty PasswordSync

Retrieves the password sync information for a hosted email add-in.

System_CAPS_pubproperty PasswordSyncSupported

Retrieves a value that indicates whether the hosted email add-in supports password sync.

System_CAPS_pubproperty Service

Retrieves information about the hosted email service.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This information originally is stored in the XML configuration file of the hosted email add-in.

This object is used primarily by the Configuration property to expose configuration information. For more information, see How to: Create a Configuration XML File.

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