Attachments Property
Collection of files attached to the current message.
Syntax
public EDIAttachmentList Attachments { get; }
Public ReadOnly Property Attachments As EDIAttachmentList
Remarks
When a message is received, the component will write all of the files attached to the EDIData into temp files. These attachments can be retrieved by walking this collection and retrieving their file names.
This property is read-only and not available at design time.