Results 1 to 2 of 2

Thread: Save incoming emails in external dir....

  1. #1

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

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

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    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
  •  



Click Here to Expand Forum to Full Width