Expand Minimize
0 out of 1 rated this helpful - Rate this topic

_MailItem.RTFBody Property

Office 2010

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
[DispIdAttribute()]
Object RTFBody { get; set; }

Property Value

Type: System.Object

You can use the System.Text.Encoding.AsciiEncoding.GetString() method in C# or Visual Basic to convert an array of bytes to a string.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.