"Microsoft Outlook 16.0 Object Library" - MAC - VBA

LATREILLE Arthur 20 Reputation points
2023-01-12T15:49:39.0966667+00:00

Hello,

I am on a Mac and cannot find "Microsoft Outlook 16.0 Object Library" in the VBA references.

Is it possible to access it on a Mac or is it exclusively for Windows computers?

Thanks in advance

Outlook Windows Classic Outlook for Windows For business
Microsoft 365 and Office Excel For business Windows
{count} votes

Accepted answer
  1. Michael Taylor 60,161 Reputation points
    2023-01-12T18:10:07.9466667+00:00

    The library you mentioned is the COM library for accessing Outlook. In order to get anything to show up you'd have to have Outlook installed. From my understanding Outlook on Mac does not support the Office COM model so I'm going to presume you won't be able to do this on a Mac. But I could be wrong here.

    If you're trying to build an Office addin then also be aware that it currently only works for .NET Framework. So your project would need to be running on .NET Framework, not .NET Core/5/6/7.

    Finally, if you want to build an Office addin that works across platforms you might consider looking at the newer model defined here. While I haven't tried it myself, it doesn't require the Office COM library and should work in VS for Mac.


1 additional answer

Sort by: Most helpful
  1. Faery Fu-MSFT 19,751 Reputation points Moderator
    2023-01-13T08:40:31.1433333+00:00

    Hi @LATREILLE Arthur ,

    Refer to the answer of this thread: missing libraries in Excel for Mac


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.