| Author |
Message |
Dave Smith
Guest
|
Posted:
Mon Oct 24, 2005 12:58 am Post subject:
WebDAV, a:href and using the full Outlook client? |
|
|
Hi,
I've got an ASP page which searches a public folder based on a certain
keyword in the subject. This returns the results to a list of URL's which
can be clicked on to return the e-mail.
The links are pointed to the a:href value returned via webdav (e.g.
http://SERVERNAME/Exchange/Username/Inbox/Subject.EML)
When I click on the links OWA kicks in and opens the e-mail up in the web
page. Is there any way to force the emails to be opened using the Outlook
client instead?
Thanks in advance
|
|
| Back to top |
|
 |
Tom Rizzo [MSFT]
Guest
|
Posted:
Mon Oct 24, 2005 8:58 am Post subject:
Re: WebDAV, a:href and using the full Outlook client? |
|
|
Make your href outlook://Folderpath/~subjectofmessage
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Dave Smith" <sdas@asd.com> wrote in message
news:eedU4bC2FHA.3568@TK2MSFTNGP15.phx.gbl...
| Quote: | Hi,
I've got an ASP page which searches a public folder based on a certain
keyword in the subject. This returns the results to a list of URL's which
can be clicked on to return the e-mail.
The links are pointed to the a:href value returned via webdav (e.g.
http://SERVERNAME/Exchange/Username/Inbox/Subject.EML)
When I click on the links OWA kicks in and opens the e-mail up in the web
page. Is there any way to force the emails to be opened using the Outlook
client instead?
Thanks in advance
|
|
|
| Back to top |
|
 |
Dave Smith
Guest
|
Posted:
Tue Oct 25, 2005 12:58 am Post subject:
Re: WebDAV, a:href and using the full Outlook client? |
|
|
Tom,
Thanks - how can I get around the problem of two e-mails having identical
subjects?
Dave
"Tom Rizzo [MSFT]" <thomriz@microsoft.com> wrote in message
news:uwQNc$E2FHA.612@TK2MSFTNGP10.phx.gbl...
| Quote: | Make your href outlook://Folderpath/~subjectofmessage
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Dave Smith" <sdas@asd.com> wrote in message
news:eedU4bC2FHA.3568@TK2MSFTNGP15.phx.gbl...
Hi,
I've got an ASP page which searches a public folder based on a certain
keyword in the subject. This returns the results to a list of URL's which
can be clicked on to return the e-mail.
The links are pointed to the a:href value returned via webdav (e.g.
http://SERVERNAME/Exchange/Username/Inbox/Subject.EML)
When I click on the links OWA kicks in and opens the e-mail up in the web
page. Is there any way to force the emails to be opened using the Outlook
client instead?
Thanks in advance
|
|
|
| Back to top |
|
 |
|
|
|
|