Click or drag to resize

UserManagementUtilsGetEmailAddresses Method (IDatabaseRepository, IUser)

Retrieves the email addresses from a user.

Namespace:  PDTec.IceNet.Domain.UserManagement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static List<MailAddress> GetEmailAddresses(
	IDatabaseRepository pRepository,
	IUser pUser
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
pUser
Type: PDTec.IceNet.Core.Database.UserManagementIUser
The user.

Return Value

Type: ListMailAddress
The email addresses of the user.
See Also