body text of the email to be sent

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

Syntax

C#
public string Body { get; set; }
Visual Basic
Public Property Body As String
	Get
	Set

Remarks

may contain HTML tags and tokens. Side effect: sets BodyFormat autmatically

See Also