Search results

  1. Jay Freedman

    Mailboxes rename macro stopped working

    Either comment out or delete the yellow Next statement, the one just before the (commented-out) On Error statement. What appears to be happening is this: There is only one For i statement, so there should be only one Next i statement to complete the loop. But there are two Next statements that...
  2. Jay Freedman

    anything new on the supposed shutdown of comcast.net email?

    I've used ionos.com (formerly 1and1.com) for web hosting for 21 years, with no problems of any kind. Email accounts are included in the domain subscription. Ionos (based in Germany, but their local office is about 20 miles from my home in the USA) is also the registrar for my domains. It's...
  3. Jay Freedman

    anything new on the supposed shutdown of comcast.net email?

    If you do get a custom domain for use in emails, here's a tip from experience: Don't include a dash or any other punctuation mark in the domain name. I've run into several commercial sites that whose login screens refuse to recognize it as a valid address. That's even though the screen where I...
  4. Jay Freedman

    Outlook 2016 Custom made "Message" column

    Replace(expression, search string, replacement string) should work. It's part of the VBA library, not specifically Outlook. Check the Tools > References dialog, the VBA library should be checked by default.
  5. Jay Freedman

    Replace Text in Email Subject

    Because of the two If statements, when neither "AW" nor "WG" occurs in the Item.Subject, then none of the four statements that assign a value to strSubject can be executed. Then execution goes to the statement Item.Subject = Trim(strSubject), but strSubject has the default value "" so...
  6. Jay Freedman

    Outlook forgets "not junk" marking

    In Outlook from Microsoft 365, I repeatedly mark certain messages as Not Junk and "always trust mail from <message's address>". These are typically newsletters that I receive daily or weekly. After a few messages from that sender are handled correctly (moved by a rule to a specified folder)...
  7. Jay Freedman

    RSS feeds don't get any messages

    OK, I deleted and re-added the feeds (again) and added others. Still no joy. I think I'll just live with it.
  8. Jay Freedman

    RSS feeds don't get any messages

    I see two options under RSS Feeds there -- "Any RSS Feed item that is updated appears as new" (it's unchecked but I don't think it has anything to do with this) and "Synchronize RSS Feeds to the Common Feed List (CFL) in Windows" which was checked. I unchecked it and restarted Outlook, but there...
  9. Jay Freedman

    RSS feeds don't get any messages

    Using Outlook 2013 (32-bit) on Windows 7 (64-bit) on my desktop, I can add RSS feeds to Outlook, and they appear to be created properly. But no matter how long I wait (weeks...), no items are ever delivered to any of the feeds. Using the same Outlook 2013 on Windows 8 (64-bit) on my laptop...
Back
Top