Link to home
Start Free TrialLog in
Avatar of Shiva_Thogiti
Shiva_Thogiti

asked on

setting reminder in Microsoft Outlook through code

If anyone has worked on setting reminder in Microsoft Outlook through code then please guide.

We are using System.Net.Mail.SmtpClient class to create mails
and System.Net.Mail.MailMessage class for sending mails.

Net searches have suggested to use
.Headers.Add("Reply-By", CDate("2008-11-03 10:25:00 AM").ToString("R"))
.Headers.Add("X-Message-Flag", "Follow up ")
But its not working .
Avatar of rseabird
rseabird
Flag of Netherlands image

ASKER CERTIFIED SOLUTION
Avatar of rseabird
rseabird
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial