possible use of outlook or OWA for this functionnality ?

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Hi everybody !

In a Web Intranet Application, I would like :
1. to open by a web link a new Meeting Request
2 add one or several people to this meeting request

If I use OWA :
1. I can open with this url
http://<server>/exchange/<user>/Calendar/?Cmd=new&mm=11&dd=5&yy=2003
2. Is it possible to add people ?

If I use Outlook XP
1. I can just open a window with the calendar using <a
href="outlook:calendar">link</a>
but I can no more open a new meeting request as we could do it with
outlook 2000 like this :
href="outlook:// /c ipm.Appointment"
Is it correct ? Can we do it by another way ?
2. Is it possible to add people (after having solved the problem of
opening a new meeting request) ?
Of course, I am not very found of using a client add-in or ActiveX to handle
Outlook.

Thank you in advance for your responses,

Regards,
Pierre
 
No, that's not correct. You would need to drop the outlook:// prefix and include the full path to the user's copy of Outlook.exe.

To add people, you'd have to use code to access the Recipients collection.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top