Generate an email that will trigger appointments in Outlook

B

bob wallace

I am currently working on a ASP.NET (with C#) project that needs
to send email that will add an appointment to the outlook calendar of the
recever.
All my recevers are using outlook.I am currently using the mailMessage class
to
send my emails (with HTML content type) and I am searching for a way to
include
something in my message that might tell outlook to update the calendar. Do I
need
to change the content type to something else ? Is it possible or the only
solution
is to send a .vcs file and import the file manually ? One way or the other,
thanks for the help.

--
Maxime Ouellet
BMG Multimedia

335 St-Joseph est, Bureau 250
Québec [QC], G1K 3B3

TÉL. : [418] 523-1881 #108
FAX : [418] 523-0090
 
S

Sue Mosher [MVP]

iCalendar is the established Internet standard for transmitting appointment
information. content type is text/calendar IIRC, but you can look it up. It
would be cool if someone had a dotnet library for iCal.
 

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