Programming to extract automatically extract attachments

  • Thread starter Nelson The Missing Lead
  • Start date
N

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
 
M

Michael Bauer [MVP - Outlook]

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top