Click or drag to resize

OutlookStorageMessageBodyText Property

Gets the body of the outlook message in plain text format.

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

Property Value

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