OWA

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/...
 
G

Guest

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/...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top