Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Object Libraries in Outlook

Object Libraries in Outlook

Scheduled Pinned Locked Moved Visual Basic
helpquestionannouncement
4 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dhynamite
    wrote on last edited by
    #1

    I have just developed a VB application that will be using Outlook to send email to some other people as part of a process. I have developed my application on a PC that has Outlook2000 which has 9.0 Object library installed with it. However, this application is required to run on different PCs that have different versions of Outlook. This means that it may not see some objects in the library depending on which version of Outlook is installed. How can I overcome this problem in my code before it actually goes live? Thanks for any help:((

    C 1 Reply Last reply
    0
    • D dhynamite

      I have just developed a VB application that will be using Outlook to send email to some other people as part of a process. I have developed my application on a PC that has Outlook2000 which has 9.0 Object library installed with it. However, this application is required to run on different PCs that have different versions of Outlook. This means that it may not see some objects in the library depending on which version of Outlook is installed. How can I overcome this problem in my code before it actually goes live? Thanks for any help:((

      C Offline
      C Offline
      Cliff Wellman
      wrote on last edited by
      #2

      VB6 or .NET? What is your deployment method (PC install, server install, web, etc.)?

      D 1 Reply Last reply
      0
      • C Cliff Wellman

        VB6 or .NET? What is your deployment method (PC install, server install, web, etc.)?

        D Offline
        D Offline
        dhynamite
        wrote on last edited by
        #3

        Built using VB6 and will be deployed through PC Install on users systems. Users are not on a network. They require the system to send returns to the main office. :((

        C 1 Reply Last reply
        0
        • D dhynamite

          Built using VB6 and will be deployed through PC Install on users systems. Users are not on a network. They require the system to send returns to the main office. :((

          C Offline
          C Offline
          Cliff Wellman
          wrote on last edited by
          #4

          If you use the "Package and Deployment Wizard" that comes with Visual Basic to build you setup program, the Microsoft Outlook 9.0 Object Library (MSOUTL9.OLB) should be included in the installation. Because Microsoft generally names each version of there libraries and dlls differently, you shouldn't have any trouble breaking any other application by installing MSOUTL9.OLB. Additionally, you can specify that the MSOUTL9.OLB file be installed in your application directory as opposed to the Windows System directory. Disclaimer...I have not tested this...so you should obviously test it first. Good luck.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups