Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 992 Bytes

Outlook.PostItem.HTMLBody.md

File metadata and controls

40 lines (23 loc) · 992 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PostItem.HTMLBody property (Outlook)
vbaol11.chm1548
vbaol11.chm1548
Outlook.PostItem.HTMLBody
5db93b3c-96b0-ce14-4d53-cbc113c2c14c
06/08/2017
medium

PostItem.HTMLBody property (Outlook)

Returns or sets a String representing the HTML body of the specified item. Read/write.

Syntax

expression. HTMLBody

expression A variable that represents a PostItem object.

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.

See also

PostItem Object

[!includeSupport and feedback]