Automatically email from a hotfolder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is it possible to have an email generated by placing a file (PDF or TIF/JPG)
into a specific folder? The email would send the file as an attachment. I
suppose the email receipent would be determined by the folder (i.e.
everything sent the "Folder A" would always go to "(e-mail address removed)")

Thanks in advance,

John
 
Am Mon, 1 May 2006 07:11:01 -0700 schrieb John Williamson:

Do you talk about watching a file system folder? You can use
FindFirstChangeNotification from the Win32 API to get an info if there´s a
change in the folder. Then create an e-mail with the CreateItem function.
 
Back
Top