Re: Sending an Appointment with CDOSYS



Dan,

Good overview on the iCalendar topic, thanks!

On the .asp/VB issue, I've learned to be able to mix them all the time on a
web page whether as an .ocx or a .dll on the server side. I seem to be able
to find myself with the need to do all sorts of things that aren't quite
"normal". ;-) I was just anticipating the worst and willing to do about
anything to get this to work. However, the iCalendar capability will do
quite nicely. I've got it in both CDOSYS and xp_sendMail.

Thanks again for your help,

Steve

"Dan Mitchell" <djmitchella@xxxxxxxxx> wrote in message
news:Xns99C7B43C23B42djmitchellayahoocom@xxxxxxxxxxxxxxxx
"Dmitry Streblechenko" <dmitry@xxxxxxxxxxx> wrote in
news:OXv4GdRDIHA.3400@xxxxxxxxxxxxxxxxxxxx:
I don't use CDOSYS, but I guess you can just create a suitably
formatted MIME message with the vCal/iCal content type.

Oh, yes, of course. I was thinking you'd have to make up a TNEF
attachment containing the properties or something ghastly, but that's
much nicer.

Here's wikipedia's page on iCal:

http://en.wikipedia.org/wiki/ICalendar

The only thing to watch out for is that only newer versions of Outlook
will accept these requests; I'm not sure exactly which ones, but I'd
guess Outlook 97 doesn't, given that the RFC (2445) is from 1998, and
I'm not sure about OL2000.


Oh, and from one post higher up the thread:

Thanks for your response, very much appreciated. So, if not CDOSYS,
what
can you send an appointment with? I'd like to do it using an .asp or
VB

The two aren't really interchangeable -- .asp is for code behind web
pages, VB is for apps that users run with a normal UI.

For CDO1.21 in asp, see www.cdolive.com.

-- dan


.



Relevant Pages

  • Re: in ASP per VBscript auf Outlook bzw exchange zugreifen
    ... Am ehesten nimmst du teile von Outlook Web Access das mit ASP programmiert ... Prev by Date: ... Next by Date: ...
    (microsoft.public.de.inetserver.iis)
  • Re: Using Office Components on IIS 5.0
    ... Outlook is not suitable to run as a server component. ... > this call from a server that has IIS 4.0. ... > The IIS error that I receive is an ASP 113 which tells me that the ASP ...
    (microsoft.public.office.developer.outlook.vba)
  • Re: How to add an appointment (event) to outlook calendar from ASP page
    ... If you're using Exchange as your mail server, Tom Rizzo's book will give you ... search for ASP and iCalendar. ... Sue Mosher, Outlook MVP ... > an appointment to outlook calendar) on either ASP ...
    (microsoft.public.outlook.program_addins)
  • Re: Undocumented OL2003 SP1 Change Confirmed by PSS
    ... Sue Mosher, Outlook MVP ... I noticed that asp files are now blocked. ... > provided this page as the ONLY documentation which has been updated with ... > This affects Attachment Options and similar utilities. ...
    (microsoft.public.outlook.general)
  • Re: vb/window serivce
    ... Hi, I use C# to build a window service, inside it, there is a complex ... dosomething(). ... Now in asp/VB, I need to call the docomething, is it possible? ... all you need to do is change the asp side whenever you decide to migrate ...
    (microsoft.public.dotnet.languages.csharp)