OWA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

Is it possible to get OWA to intercept mailto: commands/links. I've create a
new 'client' in the registry, which opens up the users inbox if they click on
any 'Open email' links in programs like MSN Messenger, but I can't quite get
the exact command to work for mailto: links.

This is what i've got at the moment;

http://servername/exchange/username//drafts/?cmd=new&mailtouri=/contacts/contact.eml

Which only works if they have the user's contact.

I've tried;

http://servername/exchange/username/drafts/?cmd=new&mailtouri=%1

which translates to:

http://servername/exchange/username/drafts/?cmd=new&mailtouri=mailto:[email protected]

Any ideas?

Thanks/...
 
Update:

I've found the following kind of works;

.../Drafts/?Cmd=New&MailToAddr=%1"

But the %1 put in the mailto: part as well, which reads as:

.../Drafts/?Cmd=New&MailToAddr=mailto:[email protected]"

Is there any way to lose the mailto: part?

Thanks/...
 
Back
Top