Reproduce Metting Workspace creation

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

Guest

Hi everybody,

I would like to do the exact same thing that create sharepoint meeting work
space in c#.

Is there any way to do it?

Thank you!
 
Thank you but what I want is to have the same behavior, so:

It would be nice to have the meeting workspace Url set in the appointment
object and the appointment linked to this meeting workspace.
 
That's accomplished with the AppointmentItem.MeetingWorkspaceURL property, which you could have found easily with the object browser.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


tanguy said:
Thank you but what I want is to have the same behavior, so:

It would be nice to have the meeting workspace Url set in the appointment
object and the appointment linked to this meeting workspace.

A quick search found the VB.NET info, which you should be able to adapt: http://msdn2.microsoft.com/en-us/library/ms980810.aspx, plus the method documentation: http://msdn2.microsoft.com/en-us/library/meetings.meetings.addmeeting.aspx

Note that this is not an Outlook custom forms issue.
 
This property is read only so I clearly don't know how to set it...

This is what I want but can't find how to achieve that...
 
Sorry, I was sure it was read/write, but you are correct. Let me experiment and get back to you.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top