HostedEmailConfiguration Class

 

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

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

System::Object
  Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailConfiguration

public ref class HostedEmailConfiguration 

NameDescription
System_CAPS_pubmethodHostedEmailConfiguration(ConfigurationFromXml^)

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

NameDescription
System_CAPS_pubpropertyAddinAssemblyDirectory

Retrieves the directory of the add-in assembly.

System_CAPS_pubpropertyAddinId

Retrieves the ID of the hosted email add-in.

System_CAPS_pubpropertyAddinType

Retrieves the type information of the implementation of IHostedEmailAdaptor.

System_CAPS_pubpropertyEnableDisableUserSupported

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

System_CAPS_pubpropertyHiddenBuiltinUI

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

System_CAPS_pubpropertyPasswordSync

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

System_CAPS_pubpropertyPasswordSyncSupported

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

System_CAPS_pubpropertyService

Retrieves information about the hosted email service.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

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: