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: 6.0.0.0 (6.0.6225.27214)
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