IHostedEmailProviderBackend.AssignAccount Method (String, String, String, String)
Assigns an account to a specified user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void AssignAccount(
string wssUserName,
string accountId,
string addinId,
string operationId
)
void AssignAccount(
String^ wssUserName,
String^ accountId,
String^ addinId,
String^ operationId
)
Sub AssignAccount (
wssUserName As String,
accountId As String,
addinId As String,
operationId As String
)
Parameters
wssUserName
Type: System.StringThe user to assign the account to.
accountId
Type: System.StringThe ID of the account.
addinId
Type: System.StringThe ID of the add-in.
operationId
Type: System.StringThe ID of the operation.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top