Outlook Macro that will copy an email I flag and put it in a folder
问题 How can I move copy of emails I flag and put them in a folder? For example, John Doe sends me an email, I flag it, the original email stays in my inbox but a copy of the email goes into a folder called "Follow Up" . Can someone help me? EDIT: The code below is extremely close to what I want but it's moving the original email to the folder instead of a copy. It's also not targeting the flagged email. Sub FollowUp() On Error Resume Next Dim ns As Outlook.NameSpace Dim moveToFolder As Outlook