Import appointment from a text file

  • Thread starter Thread starter Bird
  • Start date Start date
Is there any C#/VB sample code for
importing appointment from a text file?

Thanks!
Well, there is really no need for that. If you put your text file in a
vcf format, then Outlook 2003 can import them already.
 
Well, there is really no need for that. If you put your text file in a
vcf format, then Outlook 2003 can import them already.

How can it be done?
Would you describe the detail?

Thank you!
 
How can it be done?
Would you describe the detail?
Actually, whatever software package is producing the appointment should
just email it to you, I guess as an attachment. When you open the
attachment, Outlook makes an appointment out of it.

If you were originally talking about creating an appointment from
scratch, then perhaps you want to use code.

Perhaps you should explain from where the appointment is coming.
 
Back
Top