Article Details
Id:15014
Product:finPOWER Connect
Type:NEW
Version:3.01.00
Opened:10/10/2017
Closed:24/10/2017
Released:23/02/2018
Job: J019786

Documents; Word Document; Script can now add additional Email attachments

Documents with a file type of "Word Document" can now add additional file attachments as per the following example (based on the system-supplied Account Letter):

  ' Update di Email details if required
  ' NOTE: By default, these are set to the Email template details defined on this Document
  If Success Then
    di.EmailDetails.AdditionalAttachments.Add("C:\Temp\TestImage.jpg")
  End If