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
wssUserName
Type: System.StringWindows Server user name.
accountInfo
Type: Microsoft.WindowsServerSolutions.HostedEmail.SerializableEmailAccountInfoEmail account information.
See Also
HostedEmailAccountUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top