Results 1 to 2 of 2

Thread: Open outlook from outlook com addin

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    40

    Resolved Open outlook from outlook com addin

    How to open outlook from a COM addin when outlook is not already open??
    Last edited by adhavanv; Aug 8th, 2005 at 07:43 AM.

  2. #2
    Fanatic Member dannymking's Avatar
    Join Date
    Jul 2005
    Location
    Darlington, North East UK
    Posts
    677

    Re: Open outlook from outlook com addin

    I can show you to do this through late binding... Needs reference to "Microsft Outlook x.0 Object Library"

    VB Code:
    1. Dim objout As Object
    2.   Set objOut = CreateObject("Outlook.Application")
    3.   Set objOut = Nothing
    Last edited by dannymking; Aug 5th, 2005 at 10:39 AM.
    Danny

    Never Think Impossible

    If you find my answer helpful then please add to my reputation

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