Click or drag to resize

OutlookStorageMessageMessages Property

Gets the list of sub messages in the outlook message.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public List<OutlookStorageMessage> Messages { get; }

Property Value

Type: ListOutlookStorageMessage
The list of sub messages in the outlook message.
See Also