DotNetNuke.Services.Mail.SendTokenizedBulkEmail

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

Syntax

C#
public SendTokenizedBulkEmail(
	List<string> addressedRoles,
	List<UserInfo> addressedUsers,
	bool removeDuplicates,
	string subject,
	string body
)
Visual Basic
Public Sub New ( 
	addressedRoles As List(Of String),
	addressedUsers As List(Of UserInfo),
	removeDuplicates As Boolean,
	subject As String,
	body As String
)

Parameters

addressedRoles
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
paramaddressedRolesM:DotNetNuke.Services.Mail.SendTokenizedBulkEmail.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{DotNetNuke.Entities.Users.UserInfo},System.Boolean,System.String,System.String)
addressedUsers
Type: System.Collections.Generic..::..List<(Of <(<'UserInfo>)>)>
paramaddressedUsersM:DotNetNuke.Services.Mail.SendTokenizedBulkEmail.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{DotNetNuke.Entities.Users.UserInfo},System.Boolean,System.String,System.String)
removeDuplicates
Type: System..::..Boolean
paramremoveDuplicatesM:DotNetNuke.Services.Mail.SendTokenizedBulkEmail.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{DotNetNuke.Entities.Users.UserInfo},System.Boolean,System.String,System.String)
subject
Type: System..::..String
paramsubjectM:DotNetNuke.Services.Mail.SendTokenizedBulkEmail.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{DotNetNuke.Entities.Users.UserInfo},System.Boolean,System.String,System.String)
body
Type: System..::..String
parambodyM:DotNetNuke.Services.Mail.SendTokenizedBulkEmail.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{DotNetNuke.Entities.Users.UserInfo},System.Boolean,System.String,System.String)

See Also