IHostedEmailProviderBackend.CreateAccount Method (String, String, SerializableEmailAccountInfo, String, String)
Creates an account.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void CreateAccount(
string wssUserName,
string password,
SerializableEmailAccountInfo accountInfo,
string addinId,
string operationId
)
void CreateAccount(
String^ wssUserName,
String^ password,
SerializableEmailAccountInfo^ accountInfo,
String^ addinId,
String^ operationId
)
Sub CreateAccount (
wssUserName As String,
password As String,
accountInfo As SerializableEmailAccountInfo,
addinId As String,
operationId As String
)
Parameters
wssUserName
Type: System.StringThe name of the user.
password
Type: System.StringThe new user password.
accountInfo
Type: Microsoft.WindowsServerSolutions.HostedEmail.SerializableEmailAccountInfoAdditional account information.
addinId
Type: System.StringThe add-in ID.
operationId
Type: System.StringThe operation ID.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top