Click or drag to resize

OutlookStorageMessageRecipients Property

Gets the list of recipients in the outlook message.

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

Property Value

Type: ListOutlookStorageRecipient
The list of recipients in the outlook message.
See Also