UserInfo of the user sending the mail

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

Syntax

C#
public UserInfo SendingUser { get; set; }
Visual Basic
Public Property SendingUser As UserInfo
	Get
	Set

Remarks

if not set explicitely, currentuser will be used

See Also