Sending Email Marked As "FollowUp" through C# code

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In outlook, you can flag the email you are sending by including a reminder in the email.  This reminder will show up in the recipients 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

View the full article
 
Back
Top