Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 876 Bytes

Outlook.PostItem.RTFBody.md

File metadata and controls

36 lines (21 loc) · 876 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PostItem.RTFBody property (Outlook)
vbaol11.chm3527
vbaol11.chm3527
Outlook.PostItem.RTFBody
79d197b0-d994-374f-ff25-ed7146352ba9
06/08/2017
medium

PostItem.RTFBody property (Outlook)

Returns or sets a Byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.

Syntax

expression. RTFBody

expression A variable that represents a 'PostItem' object.

Remarks

Use the StrConv function in Microsoft Visual Basic for Applications (VBA), or the System.Text.Encoding.AsciiEncoding.GetString() method in C# or Visual Basic to convert an array of bytes to a string.

See also

PostItem Object

[!includeSupport and feedback]