This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
start:promomail [2017/04/19 15:55] andre [Outlook VB Macro to copy mail to folder] |
start:promomail [2017/04/19 15:55] (current) andre [Outlook VB Macro to copy mail to folder] |
||
---|---|---|---|
Line 29: | Line 29: | ||
'Define path to the target folder | 'Define path to the target folder | ||
- | Set CopyToFolder = ns.Folders("orders.picnicpromotions@gmail.com").Folders("Inbox") | + | Set CopyToFolder = ns.Folders("picnicpromotions@ec2-54-219-159-220.us-west-1.compute.amazonaws.com").Folders("Inbox") |
If Application.ActiveExplorer.Selection.Count = 0 Then | If Application.ActiveExplorer.Selection.Count = 0 Then |