Get an Active Web-enabled Client form the supplied Email Address.

This method will fail if multiple Users have this Email Address.

Syntax

finClientFunctions.GetWebClientFromUniqueEmail(email, client, [emailNotUnique], [id], [idAllowClientId], [idAllowWebUserId])

Parameters

NameTypeOptionalByRefDescription
email 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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finClientFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0