Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
HostedEmailConfiguration(ConfigurationFromXml) | Creates a new instance of the HostedEmailConfiguration, using the specified XML configuration file. |
Properties
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. |
Methods
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.) |
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