Hi everybody,
I try to create an Outlook addin that will create a meeting workspace
in MOSS 2007 and record then the Url of this meeting workspace in the
appointment. The goal is that appointment will act like it was created
by the original Office Panel that allows creating suach a workspace in
MOSS.
The only reason why I don't use the manual and integrated Outlook way
(with the Office panel) is that I need to change the name of the
workspace to be different from the name specified for the appointment.
What do I need ?
I would like to set the MeetingWorkspaceURL property of appointment
object to ensure Outlook will be able to update meeting workspace when
modifying properties such as datetimes...
Does anyone has clues or solution?
Thanks,
Tanguy
Ken Slovak - [MVP - Outlook] - 17 Mar 2007 19:13 GMT
That property is read-only for the Outlook object model. You have to use
SharePoint code or UI to set it.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi everybody,
>
[quoted text clipped - 18 lines]
>
> Tanguy
Tanguy92 - 23 Mar 2007 15:24 GMT
Which sharepoint code do I have to use? do you have any examples?
Ken Slovak - [MVP - Outlook] - 25 Mar 2007 21:38 GMT
No I don't. Look at the SharePoint object model and post SharePoint
questions in a SharePoint group for that.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Which sharepoint code do I have to use? do you have any examples?