View Single Post
  #2  
Old May 24th 06, 10:43 PM posted to microsoft.public.outlook.program_vba
Dan Mitchell
external usenet poster
 
Posts: 58
Default Accessing email in an Exchange 5.5 mailbox via VBScript?

wrote in news:1148434775.471848.302690
@j55g2000cwa.googlegroups.com:
I've been asked to develop a VBScript / Windows Scripting Host script
to log onto a specific Exchange 5.5 mailbox, iterate through the
messages in the inbox, save and rename any attachments on encountered
messages to a particular LAN drive and move processed messages to a
subfolder underneath the inbox.

This script will be running on a WinXP SP2 machine, if that's
important.

Can anyone tell me if that's possible, and give me some advice /
pointers / code examples if so?


Yes, it should be possible. If you're talking to an Exchange 5.5 server,
you'd want to use CDO1.21; see
www.cdolive.com or _Professional CDO
Programming_ or equivalent books for more on that.

The OS doesn't matter too much, but you'll need Outlook installed on the
machine in question.

-- dan
Ads