Recent content by Diane Poremsky

  1. Diane Poremsky

    Rule not running in Outlook Classic unless...

    Correct, if you disable it, it affects all accounts. Only IMAP accounts has a per account option. Ihave VBA samples on slipstick.com - like this one that watches the sent folder and moves the messages that are added to it. If the account has its own data file, you'll point the parh to that...
  2. Diane Poremsky

    Rule not running in Outlook Classic unless...

    Was that set up as pop on 2007? I'm pretty sure it's always moved a copy but they changed the working on the rule. Are you moving all mail or just some? If all, you can set Outlook to not save sent messages - it will still make the copy for the rule but not put one in the sent folder...
  3. Diane Poremsky

    Rename Favorites

    Did you try right-click and pin? That is how I added it.
  4. Diane Poremsky

    Rule not running in Outlook Classic unless...

    You could turn off the option to save sent messages then create a second rule to move everything to the sent folder - first rule would not have stop processing enabled. The other option is a macro that moves the messages - or set the folder when you send the message - it's on the Options tab...
  5. Diane Poremsky

    Rename Favorites

    They changed how shortcuts work on the vertical rail. If you position the shortcut icon as #7, ctrl+7 works.
  6. Diane Poremsky

    Rule not running in Outlook Classic unless...

    BTW - that moves a copy of the message unless you disable the option to save sent messages. But the messages are marked unread. If you want them marked read automatically you need to use a macro https://www.slipstick.com/outlook/rules/mark-items-read/
  7. Diane Poremsky

    Rule not running in Outlook Classic unless...

    That is an arrival rule - you need after sending
  8. Diane Poremsky

    Rename Favorites

    If you have more than one account, they should say "inbox - email address". If you have subfolders named the same - say Inbox and Inbox \ Inbox - then both will be Inbox - email address. If you collapse the folder list, it only shows inbox - hovering over inbox button will NOT show the...
  9. Diane Poremsky

    Mail not showing in created folder

    The screenshot made me think it might be two folders because only the folder name is shown, not the path.
  10. Diane Poremsky

    Mail not showing in created folder

    Do you have two amazon folders?
  11. Diane Poremsky

    Mail not showing in created folder

    This is for a pop3 account, correct? You said you reset the view - did you try a different view? Note: if the PST file was create by exporting from imap, it's definitely the view. https://www.slipstick.com/developer/code-samples/change-outlook-folder-type-export/
  12. Diane Poremsky

    Mail not showing in created folder

    There have been some reports of folders appearing empty and of folders disappearing. The messages and folders exist, just not visible. I thought only Microsoft accounts were affected.
  13. Diane Poremsky

    Mail not showing in created folder

    Did you reset the view on the folder or try a different view? It sounds like the view is hiding the messages.
  14. Diane Poremsky

    column with actual email address in Outlook Classic

    You need to install a config file - steps are in the article below. You could also do it using a macro to copy the smtp to a new field, but the cfg is easier. https://www.slipstick.com/exchange/adding-extended-mapi-fields-to-outlook/
  15. Diane Poremsky

    POP vs. IMAP

    Because you moved the pst, you will need to edit the rule and add a sound. But I will test it to see if Microsoft broke something. you can drag PST files up and down the list -
Back
Top