Import vcs

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

How can I import automatically a vcs file in Outlook with ASP ?
I can send a mail with an attachement but I should open and register
this file to import informations in Outlook.

Thanks,
 
I'm trying to send a meeting to Outlook with ASP without CDO.
I can send a mail with an attachement (.vcs or .ics) but I would like
that the mail likes a meeting in Outlook.

Is it possible ?

Thanks
 
What's wrong with sending a message with a .vcs or .ics file? That's a very
standard way of doing it. Or just have your ASP code generate a .vcs or .ics
directly and let the user open it, without the intervening email message.
 
Users should open the mail and click the .vcs file in order to record
the meeting. The best might be sending a meeting with ASP. Then, users
open a meeting and not a mail.
 
Back
Top