Send Reminder Flag For Recipients of a Voting

AlInVegas

New Member
Joined
Dec 31, 2007
Messages
19
I am looking for the object that will allow me to set the Flag for Recipients Reminder when executing my Vote Email. The heart of the send options currently set are listed below. I'd like to know if there are objects for the Flag For Me, Flag For Recipients, Flag To, Reminder Date and Reminder Time. Any help is appreciated!


With OutMail
.To = ToAddr
.CC = CCAddr
.BCC = ""
.Subject = "Staff Independence Declaration - " & ClientName
.Body = EBody
.votingoptions = "Yes, I am independent.; No, I am not independent."

.Display
End With
 
Found the answer

With OutMail
.To = ToAddr
.CC = CCAddr
.BCC = ""
.Subject = "Staff Independence Declaration - " & ClientName
.Body = EBody
.votingoptions = "Yes, I am independent.; No, I am not independent."
.FlagStatus = olFlagMarked
.FlagRequest = "Follow up"
.ReminderSet = True
.ReminderTime = Now

.Display
'.Send

End With
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top