Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- The user to assign the account to. 
- accountId 
 Type: System.String- The ID of the account. 
- addinId 
 Type: System.String- The ID of the add-in. 
- operationId 
 Type: System.String- The ID of the operation. 
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top