EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

Attachments Property

The paths of files to attach to the message.

Syntax

public FileAttachmentList getAttachments();
public void setAttachments(FileAttachmentList attachments);

Remarks

This property contains the path of a file on your system that you would like to send as an attachment with your message. The bean will open the file and encode its contents in MIME format.

Example (Adding an Attachment)


Control.AddAttachment("C:\file1.zip")
Control.AddAttachment("C:\file2.zip")
Control.Send()
or Example (Using Attachments Collection)


Control.Attachments.Add(New nsoftware.IPWorks.FileAttachment("name", "C:\file.txt"))

This collection is indexed from 0 to size - 1.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]