OutlookStorageMessageRecipients Property

Gets the list of recipients in the outlook message.

Definition

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

Property Value

ListOutlookStorageRecipient
The list of recipients in the outlook message.

See Also