c# - Disable Outlook Security Notice for custom protocolhandler -


i have c# winforms application registers protocolhandler start application whenever hyperlink starts myapp://. works except when click hyperlink within outlook, gives security notice

outlook security notice

i found way remove security notice completely, goal remove security notice protocol only. now, on different post on stackoverflow said should able remove security notice specific protocol, couldn't work. after reading page more carefully, suspect solution works http:// address, notes:// address, or ftp:// address.

for testing purposes i've created registry-files register myapp-protocol windows calculator , attempt bypass security notice myapp-protocol. see, clicking hyperlink in outlook start myapp:// still triggers security notice.

any ideas how solve this?

version information:

  • outlook 2010 professional 32-bit
  • windows 8.1 professional 64-bit

can't believe overlookup simple typo in registry: had space after folder named security :/ after fixing worked expected :)


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -