- Code: Select all
IDebtor debtors = session.Debtor.FindByEmail ("some@email.address");
Note that, since an e-mail address may not uniquely identify a customer, this returns an array of IDebtor.
If you're using .NET, to use this feature, you'll have to use the latest version of our .NET assembly - which is available here.
