CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Save Mails from Outlook

    How can I write a program witch saves all my Mails in my Inbox. In Outlook I can't save all mails together, so it would take a long time to save all the mails to disk.

    Does anyone has made something like this.

    mfG Pueromane


  2. #2
    Guest

    Re: Save Mails from Outlook

    Although I never did it I know that Outlook has a pretty reach object library and you can declare Outlook objects you need and use theire methods to do everything you want. I did a lot with Word objects.
    Vlad


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

Featured