Sending Email Marked As "FollowUp" through C# code

  • Thread starter Thread starter m_cr0ch_p
  • Start date Start date
M

m_cr0ch_p

Guest
In outlook, you can flag the email you are sending by including a reminder in the email. This reminder will show up in the recipient's outlook client when the time expires.

Eg you can flag a message as "For Follow Up", setting a reminder on a specific date and time, and then send the email.

I need to generate such email messages from within my C# code.

How can this be achieved? I managed to send "normal" emails so far, but I have been unable to include such reminders and followup flags in them!

Thanks

Continue reading...
 
Back
Top