Click or drag to resize

UserManagementUtilsGetEmailAddresses Method (IDatabaseRepository, ICollectionIUser)

Retrieves the email addresses from a collection of users.

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,
	ICollection<IUser> cnUsers
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
cnUsers
Type: System.Collections.GenericICollectionIUser
The users.

Return Value

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