0

Outlook currently has a flag in Followup -

Flag for Recipients

which allows to send a future reminder for followup to the recipient.

Although it sends it out as an email at the time when we are setting up this. I am looking for the ability to schedule to send this email in the future instead of at that time.

Thanks.

| improve this question | |
0

You can use the DeferredDeliveryTime property of the MailItem class which allows to set a Date indicating the date and time the mail message is to be delivered.

The message goes to the outbox folder and stay there until the correct time to send it.

| improve this answer | |

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.