Method SetUserEmailAddress
SetUserEmailAddress(string, string)
Sets the e-mail address of a user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void SetUserEmailAddress(string inAccountId, string inEmailAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inAccountId | User account identifier. |
| string | inEmailAddress | User e-mail address. |
Remarks
If the IsAdmin property returns false, this method cannot be called (an exception will be thrown otherwise).
This method is available since v7.10.