View Single Post
  #2  
Old May 2nd 06, 06:39 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Automatically email from a hotfolder

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.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


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 ")

Thanks in advance,

John

Ads