A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

add resource to meeting request



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 19th 09, 04:04 PM posted to microsoft.public.outlook.program_addins
Steve*n
external usenet poster
 
Posts: 4
Default add resource to meeting request

My organization utilizes conference rooms as resources when creating Outlook
appts. So I can click an Add Rooms button and then select a room to add as a
resource within an Outlook meeting request. When I click send the calendar
of that resource is updated accordingly.

I want to be able to mimic this functionality programmatically, ideally in
asp.net but an Outlook Add-In would work as well. I have the code below but
it doesn't send anything to the resource. How can I get a list of resources
and then schedule that resource for a meeting?

Outlook.Application app = this.Application;
Outlook.AppointmentItem appt =
(Outlook.AppointmentItem)app.CreateItem(Microsoft. Office.Interop.Outlook.OlItemType.olAppointmentIte m);

appt.Subject = "test";
appt.Location = "Conf Room - Level 1";
appt.Start = Convert.ToDateTime("1/19/2009 6:00:00 PM");
appt.End = Convert.ToDateTime("1/19/2009 7:00:00 PM");
appt.Body = "Test";
appt.Resources = "Conf Room - Level 1";
appt.RequiredAttendees = ;

appt.Save();

Thanks


Ads
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Private meeting in a Resource Meeting Room Calendar - Outlook 2003 Training Goddess Outlook - Calandaring 0 December 4th 07 01:59 PM
showing resource options when creating a meeting request Chris C Outlook - Calandaring 2 April 25th 07 03:10 PM
Meeting request is responded to by out of office request -shared c Jeff Lowenstein Outlook - Calandaring 0 October 30th 06 07:36 PM
Meeting Request not updating the calendar of resource Nishanth Outlook - Calandaring 0 April 5th 06 07:58 AM
Meeting request comes back undeliverable yet request is still rece Sal F Outlook - Calandaring 0 January 9th 06 05:32 PM


All times are GMT +1. The time now is 08:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.