Click or drag to resize

OutlookStorageMessageAttachments Property

Gets the list of attachments in the outlook message.

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

Property Value

Type: ListOutlookStorageAttachment
The list of attachments in the outlook message.
See Also