move mail item

  1. P

    Print attachments automatically and move the mail to an existing folder called "Ted"

    I'm very new to VBA and I'm hoping someone can help me with a script that moves an email from say 10 different senders to a specific folder called "ted" for example. I have a working rule with the script enabled which prints the email attachments automatically, but when ever I try to make an...
  2. O

    The Outlook API wrongfully shows an outlook folder to have zero sub-folders

    Hello, I have a random issue where moving a MailItem to a sub-folder (uner the same Exchange Store) FAILS from time to time. The real issue is that Outlook stops "seeing" sub-folders under the "\\ACME\DefaultInbox\". * It basicaly shows the "DefaultInbox" sub-folder to have "zero"...
  3. D

    Print attachments automatically and moves the mail to a new folder

    Hello, First of all I want to say that I have done some research on the forum, and can't seem to find any solution to my problem. As my Outlook is of newer version and that it is 64-bit instead of 32-bit. This is my challenge: I receive daily a lot of emails with attachments that I want to...
  4. Peter H Williams

    How to Move Mail item after processing

    It has been suggested that all my tasks be included in a VBA script rather than some items in the Outlook rule and others in the script. I am now trying to do just that. Put simply I take the Outlook.item (containing words in the Subject) and save the body to a file available for processing on...
Back
Top