Recent content by Joseph Cooper

  1. J

    VBA to copy sent items to folder

    Fixed this by setting up a rule & alert to copy all sent emails to a folder. Thanks for your help guys.
  2. J

    VBA to copy sent items to folder

    I added this: Set msg = Item.Copy msg.Move objNS.GetDefaultFolder(olFolderSentMail) Which worked. but it doesn't save any date information at all. it saves a copy, but the date in "sent items" comes up as "None". and the email is displayed as unread.
  3. J

    VBA to copy sent items to folder

    One of our users has a script set up which pops up with a folder view when "Send" is clicked. This allows the sent email to be put in to a folder they choose. The issue is, that they want the email to still go into "Sent Items" as well as their chosen folder. Private Sub...
Back
Top