
This sends an email from your account, as defined in the action. StrRepliedProperty2 = "" 'Sear filter for flagged emails. The Send an email (V2) action is the most common, most straight forward action. 1) How do I create a View in Outlook to show all messages that I have NOT yet replied to (Not 'unread' messages, but 'unreplied to' messages.) 2) How do I create a View in Outlook of messages I've sent that have not been replied to (Not a read receipt, but those which need a follow-up 'nudge. If only about 20 of people open your first mention (a standard email open rate), you can get way more eyes on your message by resending it. With the parameters not 102 and not 103 will get unreplied and not-forwared emails Yes Resending emails to non-openers is one of the fastest ways to get more out of the work you’re already doing. StrRepliedProperty = "" 'Search filter for unreplied emails. If you have a paid office account then you can set up Microsoft Flow to send you an alert at a predetermined time after you flag an email. StrScope = "'" & (olFolderInbox).FolderPath & "'" This email isn't to someone that you know but a generic email address or unnamed recipient. It doesn't beat around the bush but gets straight to the point. Here is a sample of a follow-up email sent after getting no response.

'Specify the folders to be searched, here it is default inbox Follow up email sample after no response. Step by step process Get reminders if you havent replied to an email: Outlook Sign into Outlook using your normal sign in details.
#Outlook reminder unreplied email code#
'delcaring variables so the code is cleaner and compatible with Option Explicitĭim strScope As String 'variable for Outlook Folder that will be searchedĭim strRepliedProperty As String 'variable for first MAPI propertyĭim strRepliedProperty2 As String 'variable for second MAPI propertyĭim strFilter As String 'variable for the whole filterĭim objSearch As Outlook.Search 'variable for the search folder
#Outlook reminder unreplied email how to#
'credits to for giving me idea of how to get flagged emails as answer at 'not replied flagged emails search folder You can set up Outlook to display your reminder window on top of other programs youre working in.

This is what I find to work the best for me: Sub create_all_not_replied_emails_search_folder()
