Partager via


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.String

    The user to assign the account to.

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top