Import appointment from a text file

  • Thread starter Thread starter Bird
  • Start date Start date
B

Bird

Is there any C#/VB sample code for
importing appointment from a text file?

Thanks!
 
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.
 

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

Back
Top