Hello,
Actually, Outlook object does not expose such a property or event to get the owner of a shared folder. Please refer to this MSDN page:
MAPIFolder Members.
However, as
this blog said, the StoreID of this shared calendar contains the information of owner. So here it needs to parse this binary string. Please refer to the sample in this blog.
Also there are same discussions before you could refer to:
How to get/access all the shared calendars visible in Oulook and Best regards,
Bessie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.