IHostedEmailProviderBackend.AssignAccountByEmailAddress Method (String, String, String, String)
Assigns an account to a given user, using the specified e-mail address.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void AssignAccountByEmailAddress(
string wssUserName,
string emailAddress,
string addinId,
string operationId
)
void AssignAccountByEmailAddress(
String^ wssUserName,
String^ emailAddress,
String^ addinId,
String^ operationId
)
Sub AssignAccountByEmailAddress (
wssUserName As String,
emailAddress As String,
addinId As String,
operationId As String
)
Parameters
wssUserName
Type: System.StringThe name of the user.
emailAddress
Type: System.StringThe e-mail address associated with 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