Share via


EmailAccountInfo Constructor (IDictionary<String, String>)

 

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

See Also

EmailAccountInfo Overload
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top