简体   繁体   中英

Is It Possible To Load Add-in On Outlook Of MacOS

I have one native shim add-in project including C# class libraries.

Add-in works fine in windows OS (By using WIX).

Is it possible to load this add-in on outlook of MacOS?

If so, How can i do that?

Is it possible to load this add-in on outlook of MacOS?

No, it is not possible. There is no COM technology available on other platforms. COM add-ins can be run on Windows only.

If so, How can i do that?

There is no way to port an existing solution. You may consider developing a web-based Office add-in to support multiple platforms and devices. See Build your first Outlook add-in to get started quickly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM