Results 1 to 2 of 2

Thread: [RESOLVED] [2005] VS Tools for Office?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Resolved [RESOLVED] [2005] VS Tools for Office?

    I need to do the following with Outlook:
    - Check to see if a "Medical Contacts" folder exists (if not, create it)
    - Delete all contacts in the Medical Contacts folder
    - Export contacts from my SQL Server backend into Outlook

    This will potentially be run multiple times per week.

    My question is this. Does VS Tools for Office give me a better pathway to Outlook, or should I just use COM?
    My.Settings.Signature = String.Empty

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] VS Tools for Office?

    VSTO is for building solutions that integrate into Office applications, i.e. the user will run the Office app and then have access to your add-in. If that's not what you want then VSTO is not for you.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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