Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the body of the e-mail message in HTML format.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HtmlBody As String
Get
'Usage
Dim instance As SPEmailMessage
Dim value As String
value = instance.HtmlBody
public string HtmlBody { get; }
Property value
Type: System.String
A string that contains the HTML-formatted body of the message.
Remarks
For a message that contains only plain text, the HtmlBody property returns an HTML-encoded version of the plain-text body.