All bulk mail recipients, derived from role names and individual adressees

Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public List<UserInfo> Recipients()
Visual Basic
Public Function Recipients As List(Of UserInfo)

Return Value

List of userInfo objects, who receive the bulk mail

Remarks

user.Email used for sending, other properties might be used for TokenReplace

See Also