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.
Creates a new instance of the HostedEmailConfiguration, using the specified XML configuration file.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfiguration(
    ConfigurationFromXml xmlConfiguration
)
public:
HostedEmailConfiguration(
    ConfigurationFromXml^ xmlConfiguration
)
Public Sub New (
    xmlConfiguration As ConfigurationFromXml
)
Parameters
- xmlConfiguration 
 Type: Microsoft.WindowsServerSolutions.HostedEmail.ConfigurationFromXml- The raw XML from the hosted email add-in configuration file. 
See Also
HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top