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 EmailAccountInfo object, using the specified extended properties.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public EmailAccountInfo(
    IDictionary<string, string> extendedProperties
)
public:
EmailAccountInfo(
    IDictionary<String^, String^>^ extendedProperties
)
Public Sub New (
    extendedProperties As IDictionary(Of String, String)
)
Parameters
- extendedProperties 
 Type: System.Collections.Generic.IDictionary<String, String>- Additional properties defined by the Hosted email service. 
See Also
EmailAccountInfo Overload
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top