Search results

  1. Diane Poremsky

    Contacts Missing

    Are the calendar and contacts syncing with iCloud? Create a test contact and test appt in one of the devices and in outlook - see if everything syncs. (Use AAAA AAAA as the contact name so it floats to the top.) If they are not syncing, sign out of the iCloud app then sign back in. Do you see...
  2. Diane Poremsky

    POP vs. IMAP

    Outlook tips was mostly classic tips. I started it in 2000ish, before I took over slipstick. At the time I decided to keep both, which I now regret. :) I keep thinking I should merge it into slipstick.com but never find the time. Last year I thought I use it for new Outlook and outlook.com, but...
  3. Diane Poremsky

    POP vs. IMAP

    Yes, POP accounts always use PST files. Those are now in documents \ Outlook files by default.
  4. Diane Poremsky

    POP vs. IMAP

    I think for IMAP (or POP) classic Outlook is better. And is very similar to Outlook 2007 in how it works (but the menus changed). New Outlook will sync yahoo calendar and contacts, but it stores a copy in the Microsoft cloud. Classic Outlook syncs directly with the yahoo servers so mail is not...
  5. Diane Poremsky

    Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround?

    It took until November to fix it. :) From the article: "The fix for this issue is included in service build 15.20.9263.000. As of 11/3/25 the fix is available to 94% of machines worldwide. "
  6. Diane Poremsky

    POP vs. IMAP

    OST files are at %localappdata%\microsoft\outlook - but only if there is an IMAP account in classic outlook.
  7. Diane Poremsky

    POP vs. IMAP

    Those pics are from the new Outlook app, not classic outlook. Do you want to use new Outlook or classic? If you have office 2024 (or older) you have classic but it doesn't qualify as a license for new outlook.
  8. Diane Poremsky

    POP vs. IMAP

    it looks like the those PST were imported into the sbc account. If that is a pop account, the mail wasn't synced to the server. If you have another recent PST for the sbc account, you could replace this with it.
  9. Diane Poremsky

    POP vs. IMAP

    To get the remove from all devices message, you need to add it to one of the new Outlook apps and then remove it. If you are not asked if you want to remove from all, they are removed from all.
  10. Diane Poremsky

    POP vs. IMAP

    Removing the IMAP accounts from Outlook won't affect the POP version on the other computer. Are you using the Yahoo app on the phone? That is not related to Outlook - and is likely showing the account because you added it to it or signed into the app using your address. You can turn them off...
  11. Diane Poremsky

    Outlook Classic on 2024

    Yes. Replace the outdated PST with the one that is current... that will get you sent mail too. Although, if you leave mail on the server, you can keep the old PST and it should download all the mail since it last downloaded mail. But that is inbox only, not mail you sent from the laptop. If...
  12. Diane Poremsky

    Outlook Classic on 2024

    The account is added as pop? Is it a different mailbox or both aliases on one mailbox? If the PST is all new mail, you can delete it and create a new pst. Or just remove the account and use the PST for the sbc account too. You can rename the display name.
  13. Diane Poremsky

    Outlook Classic on 2024

    If the G drive is external, you need to remove the PST from outlook, move them to the hard drive then add them back. Opening PST from an external drive invites corruption.
  14. Diane Poremsky

    Outlook Classic on 2024

    For the drive error: #1: don't import PST files. Move to the hard drive and open them directly in outlook. #2: to sounds like the PST is in the profile but not accessible. If Outlook won't open, open control panel, find Mail and edit the profile to remove it. If Outlook will open, go to File >...
  15. Diane Poremsky

    Outlook Classic on 2024

    On the first question: are you using the reading pane? If the message list is wide, you'll see the fields If the message list is narrow, you get the compact view.
  16. Diane Poremsky

    VBA Macro for Archiving IMAP Emails to PST

    COM add-ins are a lot more powerful, but not really for a beginner at VBA. (I haven't done an add-in is probably 20 years.) I'm trying to think of a good - and fast - way to make a macro work. It could scan all folders and only copy messages since the last run but Outlook can't run macros...
  17. Diane Poremsky

    VBA Macro for Archiving IMAP Emails to PST

    If everything is in the inbox, it's fairly easy to watch the inbox and copy. But if the messages are being moved to other folders, it can be a lot of folders to watch. The more you watch, the slower it works and could miss things - it would be better to use a COM add-in at that point, especially...
  18. Diane Poremsky

    Request help with a macro for forwarding email

    For this macro - you select the text you want to copy, then run the macro. Result is in the second screenshot. This code is a version of these macros on this page - the instructions to set the references to Word are at the end of the article. Create Task or Appointment and Insert...
  19. Diane Poremsky

    Request help with a macro for forwarding email

    Subject: myForward.Subject = Item.subject Keeping the forward part is mostly easy - removing signatures from an incoming message is hard. One option could be to select what you want to keep then run the macro - will add that code in a new message. 1) the body of the fwdmail begins with copy...
Back
Top