简体   繁体   中英

Outlook VSTO Addin C# - Catch click event on calendar

I (owner of the mailbox) have some shared calendars, I want catch a email of organizer by click on his calendar (I use this info later on my Add-In).

Owner -
Globals.ThisAddIn.Application.Session.CurrentUser.AddressEntry.GetExchangeUser().PrimarySmtpAddress

I Google It and found - Globals.ThisAddIn.Application.ActiveExplorer()

How and where (whitch file) I cach this?

Explorer.SelectionChange event will fire even if no appointment is selected in the calendar. Or do you mean when a Calendar folder is selected? Use Explorer.FolderSwitch event.

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