![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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! |
#2
|
|||
|
|||
![]()
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/lib...ddmeeting.aspx
Note that this is not an Outlook custom forms issue. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "tanguy" wrote in message ... 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! |
#3
|
|||
|
|||
![]() 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. |
#4
|
|||
|
|||
![]()
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "tanguy" wrote in message ... 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. "Sue Mosher [MVP-Outlook]" wrote in message ... 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/lib...ddmeeting.aspx Note that this is not an Outlook custom forms issue. "tanguy" wrote in message ... 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! |
#5
|
|||
|
|||
![]()
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... |
#6
|
|||
|
|||
![]()
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "tanguy" wrote in message ... 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... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Profile Creation | AndyJ | Outlook - General Queries | 1 | March 23rd 07 02:14 PM |
How can i customize outlook meeting agenda workspace | Victor | Outlook - Calandaring | 0 | July 19th 06 04:56 AM |
Outlook Metting problem | nmorker | Outlook - Calandaring | 1 | May 17th 06 07:05 AM |
resource declines all metting requests | [email protected] | Outlook - Calandaring | 0 | May 10th 06 10:34 PM |
Macro Creation | Jim Patterson | Outlook and VBA | 1 | February 1st 06 06:23 PM |