Re: How to send meeting request from ASP .NET using VB
From: Jim Vierra (jvierra_at_msn.com)
Date: 02/02/05
- Next message: Thomas Kunka (tk): "Sync 2 Outlook Calendars?"
- Previous message: Jim Vierra: "Re: How to send meeting request from ASP .NET using VB"
- In reply to: Ramachandra: "Re: How to send meeting request from ASP .NET using VB"
- Next in thread: Ken Slovak: "Re: How to send meeting request from ASP .NET using VB"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 21:36:26 -0500
Here is the info on using CDO in Outlook
You can install Microsoft Outlook in two different modes: the Internet Mail
Only (IMO) and the Corporate or Workgroup (CW). A different Messaging
Application Program Interface (MAPI) subsystem is installed for each of
these modes. The MAPI subsystem installed in the IMO mode is a stub that
provides minimal MAPI support for the basic functionality of Microsoft
Outlook.
Microsoft Outlook must be installed in the CW mode to provide full support
for the following technologies:
. Extended MAPI
. Simple MAPI
. Collaboration Data Objects 1.2x (CDO)
. Exchange Developer's Kit (EDK)
. MAPI Controls
Programs that use these technologies can run on systems where Microsoft
Outlook is installed in the IMO mode, but this mode is not supported.
MORE INFORMATION
It is possible to switch modes from IMO to CW. For additional information on
switching modes, click the article number below to view the article in the
Microsoft Knowledge Base:
195507 OL2000: Switching from One Installation Type to Another
-- Jim Vierra "Ramachandra" <Ramachandra@discussions.microsoft.com> wrote in message news:ED0C4A81-1F36-435D-837B-DA8C66159AF4@microsoft.com... > Hi, > > With CDO library can we access the user's calendar? > I tired to add reference of cdo library in my project and when I trying to > search for Appointments in that library, I could not found the same. > > Any guess on that... > > Regards, > Ramachandra > > "Jim Vierra" wrote: > >> The CDO library is installed on 2000, XP and 2003. I believe it's on teh >> CD >> for Office 97 and 2000 professional as an optional component. It doesn't >> require Exchange. >> >> -- >> Jim Vierra >> "Ramachandra" <Ramachandra@discussions.microsoft.com> wrote in message >> news:A0609A0A-A59C-4AA9-907B-B3C596F375A8@microsoft.com... >> > Hi, >> > >> > How do I update the user's calendar?. After some search on net I found >> > some >> > code in msdn to update the user's calendar, but for that it is asking >> > to >> > add >> > Microsoft CDO Exchange 2000 reference. And I do not have exchange >> > server >> > installed on my server. In that case how to update the user's calnedar? >> > Is >> > there any other way to update the users calendar. >> > >> > And one more thing if user is using personal folder, how can I update >> > the >> > personal folders of the user's? >> > >> > Please guide me... >> > >> > Regards, >> > Ramachandra. >> > >> > >> > "Sue Mosher [MVP-Outlook]" wrote: >> > >> >> You'd need to update the saved appointment in the user's calendar and >> >> then >> >> send it as a meeting request again. >> >> >> >> -- >> >> Sue Mosher, Outlook MVP >> >> Author of >> >> Microsoft Outlook Programming - Jumpstart for >> >> Administrators, Power Users, and Developers >> >> http://www.outlookcode.com/jumpstart.aspx >> >> >> >> >> >> "Ramachandra" <Ramachandra@discussions.microsoft.com> wrote in message >> >> news:EA02EC32-14E4-4603-B5C5-537422FB7AC5@microsoft.com... >> >> > Hi Mosher, >> >> > >> >> > I able to send a meeting request fom client side using createObjet >> >> > method >> >> > in >> >> > VB Script. Is there a way to update the Meeting request? >> >> > >> >> > For example, firstly I have sent a meeting request to all >> >> > participents. >> >> > Now >> >> > I need to change the location only. How do I update the existing >> >> > meeting >> >> > request? >> >> > >> >> > Please help.. >> >> > >> >> > Regards, >> >> > Ramachandra >> >> > >> >> > >> >> > "Sue Mosher [MVP-Outlook]" wrote: >> >> > >> >> >> Will all the recipients be Outlook users? Or do you need to support >> >> >> other >> >> >> recipients? The reason I ask is that vCalendar or iCalendar may be >> >> >> the >> >> >> best >> >> >> way to do this. I know there are some ASP.NET iCalendar components >> >> >> if >> >> >> you >> >> >> Google a little. >> >> >> >> >> >> If, on the other hand, you must send genuine Outlook meeting >> >> >> requests, >> >> >> not >> >> >> iCal items, you probably will need to build a ASP.NET web custom >> >> >> control >> >> >> that uses client-side scripting to invoke the user's Outlook >> >> >> application. >> >> >> This is very likely to trigger ActiveX security prompts or even be >> >> >> blocked >> >> >> by the client's browser settings. Also, I don't know of any working >> >> >> examples >> >> >> for this. I played around with a control for Outlook tasks that >> >> >> worked >> >> >> on >> >> >> one server, but I couldn't get it to install on another ASP.NET >> >> >> server, >> >> >> so >> >> >> I'm sure I'm still missing a piece of the puzzle. Very frustrating. >> >> >> >> >> >> >> >> "Ramachandra" <Ramachandra@discussions.microsoft.com> wrote in >> >> >> message >> >> >> news:14456C82-5166-47FD-9C51-E2086EAA9171@microsoft.com... >> >> >> > Hi, >> >> >> > >> >> >> > Thanx for your prompt response. >> >> >> > This is not for single exchange organization. Yes, it has to >> >> >> > support >> >> >> > all >> >> >> > versions of Outlook. >> >> >> > If I am sending the meeting request from my machine it has to go >> >> >> > as >> >> >> > if >> >> >> > I >> >> >> > am >> >> >> > sending the meeting request (I think in other words it has to go >> >> >> > with >> >> >> > user's >> >> >> > credentials). >> >> >> > Is it possible to send the meeting request from the client >> >> >> > machine, >> >> >> > like I >> >> >> > want to invoke the Outlook object using CreateObject in VB >> >> >> > Script. >> >> >> >> >> >> >> >> >>
- Next message: Thomas Kunka (tk): "Sync 2 Outlook Calendars?"
- Previous message: Jim Vierra: "Re: How to send meeting request from ASP .NET using VB"
- In reply to: Ramachandra: "Re: How to send meeting request from ASP .NET using VB"
- Next in thread: Ken Slovak: "Re: How to send meeting request from ASP .NET using VB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|