"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
Outlook
A family of Microsoft email and calendar products.
2,955 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,458 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,885 questions
{count} votes

Accepted answer
  1. Michael Taylor 47,966 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 16,816 Reputation points Microsoft Vendor
    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