Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IUser SelectUserByEmailAddress(
	string emailAddress
)
Visual Basic
Function SelectUserByEmailAddress ( _
	emailAddress As String _
) As IUser
Visual C++
IUser^ SelectUserByEmailAddress(
	String^ emailAddress
)

Parameters

emailAddress
Type: System..::..String

See Also