Reproduce Metting Workspace creation

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!
 
S

Sue Mosher [MVP-Outlook]

G

Guest

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

Sue Mosher [MVP-Outlook]

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

Guest

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

Sue Mosher [MVP-Outlook]

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
 
G

Guest

Thank you for your feedback, I am very impatient to know results of your
experiment...
 

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