_SharingItem.HTMLBody Property

Definition

Returns or sets a String (string in C#) representing the HTML body of the specified SharingItem. 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 sets the EditorType property of the item's Inspector to olEditorHTML.

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

Applies to