_MailItem.HTMLBody Property

Definition

Returns or sets a String (string in C#) representing the HTML body of the specified item. Read/write.

public:
 property System::String ^ HTMLBody { System::String ^ get(); void set(System::String ^ value); };
public string HTMLBody { get; set; }
Public Property HTMLBody As String

Property Value

Remarks

The HTMLBody property should be an HTML syntax string.

Setting the HTMLBody property will always update the Body property immediately.

Applies to