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?

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

Thank you so much,
Nawaf