format of body text for the email to be sent.

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

Syntax

C#
public MailFormat BodyFormat { get; set; }
Visual Basic
Public Property BodyFormat As MailFormat
	Get
	Set

Remarks

by default activated, if tokens are found in Body and subject.

See Also