This method will fail if multiple Users have this Email Address.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| String | The Client's Email Address. | |||
| client | finClient | ByRef | The Client. | |
| emailNotUnique | Boolean | Optional | ByRef | If omitted, a value of False is assumed. |
| id | String | Optional | An optional Id, e.g., a Client Id or Client Web User Id. This will then be used in conjunction with the Email, meaning the Email does not need to be unique. | |
| idAllowClientId | Boolean | Optional | Indicates whether the supplied id can be a Client Id. If omitted, a value of True is assumed. | |
| idAllowWebUserId | Boolean | Optional | Indicates whether the supplied id can be a Web User Id. If omitted, a value of True is assumed. |
A Boolean value indicating success.