Share via


HostedEmailAccountUpdatedEventArgs Constructor (String, SerializableEmailAccountInfo)

 

Creates a new instance of the HostedEmailAccountUpdatedEventArgs, using the specified user name and account information.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public HostedEmailAccountUpdatedEventArgs(
    string wssUserName,
    SerializableEmailAccountInfo accountInfo
)
public:
HostedEmailAccountUpdatedEventArgs(
    String^ wssUserName,
    SerializableEmailAccountInfo^ accountInfo
)
Public Sub New (
    wssUserName As String,
    accountInfo As SerializableEmailAccountInfo
)

Parameters

See Also

HostedEmailAccountUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top