How to avoid security dialog when accessing AppointmentItem Body in Outlook 2003 custom addin

StackOverflow https://stackoverflow.com/questions/8418145

  •  29-10-2019
  •  | 
  •  

문제

I have created an Outlook 2003 addin in VSTO 2005. I am trying access appointment Item's body. When this statement runs, Outlook pops up a security dialog where it ask for whether to allow to access the information or not. How can we bypass this check or any additional setting we need to do so it will not appear?

도움이 되었습니까?

해결책

This is the inbuilt security feature. If we tries to access body of the Appointment, it will throw security dialog. It can't be avoided, until AddIn dll made trusted.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top