|
-
May 7th, 2004, 12:40 AM
#1
Thread Starter
Fanatic Member
Save incoming emails in external dir....
Hi, I've been a long time VB programmer, never done VBA though...
I'm wondering if it is possible for me to write vba code to use in outlook 2000 that :
in the event of an incoming email.. grab whats inside, chuck it in a txt file and save it in a dir on that PC
can anyone verify that this is most likely possible through VBA in outlook 2000 ??
thanks alot...
(if not, I'll just make a VB app, but in this case it looks like VBA would be handy....)
-
May 7th, 2004, 11:42 AM
#2
I write all my VBA as VB apps. Through VB, you can access a great deal of external functionality of the MS Office application objects including Outlook:
http://msdn.microsoft.com/library/de.../D5/S5B126.asp
Just create an Outlook object, and do whatever you like to it.
Dave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|