Å
刘é¹
I want to create a Add-In to let Outlook can deal with "&Attachment=xxx" in
the mailto protocol.
I find a key in the registry like this:
\KEY_CLASSES_ROOT\mailto\shell\open\command
"C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1"
I think mailto protocol's parameters are passed to Outlook by command line,
so I want to access command line parameters through Outlook Object Model
Reference API.
thanks,
LP
the mailto protocol.
I find a key in the registry like this:
\KEY_CLASSES_ROOT\mailto\shell\open\command
"C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1"
I think mailto protocol's parameters are passed to Outlook by command line,
so I want to access command line parameters through Outlook Object Model
Reference API.
thanks,
LP