PDA

View Full Version : Creating a Followup on Outlook W / VBA



countryfan_n
11-12-2008, 12:58 AM
Hello friends,

the below code, basically sends a follow up (reminder) to the recipients.
I feel that the guys need another reminder, what is the code that I should add below to make an additional follow up?

OutMail.FlagStatus = olFlagMarked
OutMail.FlagRequest = "Follow up"
OutMail.FlagDueBy = Sheets("ABC").Range("Z2").Value


Thank you so much,
Nawaf