Click or drag to resize

OutlookStorageMessageBodyRTF Property

Gets the body of the outlook message in RTF format.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public string BodyRTF { get; }

Property Value

Type: String
The body of the outlook message in RTF format.
See Also