Add a single recipient

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

Syntax

C#
public void AddAddressedUser(
	UserInfo recipient
)
Visual Basic
Public Sub AddAddressedUser ( 
	recipient As UserInfo
)

Parameters

recipient
Type: DotNetNuke.Entities.Users..::..UserInfo
userinfo of user to add

Remarks

emaiol will be used for addressing, other properties might be used for TokenReplace

See Also