HostedEmailConfiguration Class
Contains the configuration information for a hosted email add-in.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | HostedEmailConfiguration(ConfigurationFromXml^) | Creates a new instance of the HostedEmailConfiguration, using the specified XML configuration file. |
| Name | Description | |
|---|---|---|
![]() | AddinAssemblyDirectory | Retrieves the directory of the add-in assembly. |
![]() | AddinId | Retrieves the ID of the hosted email add-in. |
![]() | AddinType | Retrieves the type information of the implementation of IHostedEmailAdaptor. |
![]() | EnableDisableUserSupported | Retrieves a value that indicates whether a user can be enabled or disabled. |
![]() | HiddenBuiltinUI | Retrieves a description of which built-in UI’s have been hidden. |
![]() | PasswordSync | Retrieves the password sync information for a hosted email add-in. |
![]() | PasswordSyncSupported | Retrieves a value that indicates whether the hosted email add-in supports password sync. |
![]() | Service | Retrieves information about the hosted email service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


