View Single Post
  #2  
Old March 8th 10, 08:23 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Programming to extract automatically extract attachments



This example demonstrates how to extract an attachment, skip the printing
part. If your folder is not the default inbox but a subfolder of it, add
this in Applicaton_Startup before setting the Items variable:

Set Folder=Folder.Folders("your folder name")

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
http://www.vboffice.net/product.html?lang=en


Am Thu, 4 Mar 2010 18:41:01 -0800 schrieb Nelson The Missing Lead:

Hi,

Can anyone teach me how to write a code to automatically extract

attachement
from incoming email sorted out into a pre-assigned folder.

(Note: The incoming email always has a fix caption and it already sorted
into a pre-assigned folder)

Background:- The emails are send from my surveillance camera when it

detect
a motion

Thank you.

Nelson Chou

Ads