_PostItem.HTMLBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 sets the EditorType property of the item's Inspector to olEditorHTML.
Setting the HTMLBody property will always update the Body property immediately.