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

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
Post a Comment