Search results

  1. Diane Poremsky

    How to share calendar categories?

    Interesting. It's usually on the item but no color. Syncing should only be a few minutes - if she can see the item on the shared calendar, the properties of the item (the category) should be there. Can she edit an item on the calendar? In classic Outlook in a subscription: The left is...
  2. Diane Poremsky

    Why oft-file opens as outbox not as draft

    The folder a template is "owned" by is Outbox.... so your second If statement should work on it. If you need to do things to messages legitimately in the outbox, save first. Below is the macro I used for testing - if you open a message that is in the outbox, it is still in the outbox after...
  3. Diane Poremsky

    How to share calendar categories?

    Outlook.com accounts don't have the permissions needed to see / use the owner's categories. She should see the categories as white / no color - but if she adds the category to her category list, they should be in color. No the computer where she can't add new items to your calendar, go into...
  4. Diane Poremsky

    Why oft-file opens as outbox not as draft

    You need to use CreateItemFromTemplate("templatepath"): Dim objApp As Outlook.Application Set objApp = Application Set oMail = objApp .CreateItemFromTemplate("templatepath") As an FYI, you can use Mail.Parent to get the folder name (objItems.Parent returns the subject)
  5. Diane Poremsky

    How to transfer Win 10 Outlook to new Windows 11 pc?

    If you want classic outlook on a new computer, you need to install it - i recommend using the download, not the store version. Have not tried the download for offline install, but if you have office installed, the outlook install is faster IMHO. Classic Outlook missing from new computers You...
  6. Diane Poremsky

    Legacy Microsoft Outlook for Mac Support will end in Oct 2025

    When you use parallels, you are using a virtual windows computer. Parallels has a ready to use virtual Windows machine but it does not have a Windows software license. It will work unlicensed.
  7. Diane Poremsky

    Trouble sending large files to a email group but can to the individuals in that group

    If the email is not in the dl then it should not be the cause. Set-mailbox https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps Set-Mailbox -Identity "display name or email address" --MaxSendSize 150MB Size limits -...
  8. Diane Poremsky

    Legacy Microsoft Outlook for Mac Support will end in Oct 2025

    parallels is probably better if you are intimidated - they have a ready to use windows image to use. it says unlicensed but should continue to work without a license. (I should test that - I had a spare license I used for it - stacksocial often has low cost windows licenses available.)
  9. Diane Poremsky

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

    That indicates it's a problem with the MAPI API. If the cause is the MAPI API, its not related to the GAL.
  10. Diane Poremsky

    Trouble sending large files to a email group but can to the individuals in that group

    As an FYI - if the other division is in the same Microsoft tenant as this, it shouldn't be a problem as it doesn't leave the tenant. I just checked - no, DLs don't have limits, only mailboxes - You've ran this PowerShell to check all the mailboxes? $mb= Get-Mailbox -ResultSize unlimited...
  11. Diane Poremsky

    Legacy Microsoft Outlook for Mac Support will end in Oct 2025

    If you are using IMAP or Exchange accounts, everything is on the server. If you have anything in the On My Computer folders, those can be exported - in an OLM format, which is only used by outlook. If you are switching to new outlook, it can import the On My Computer folders. Depending on how...
  12. Diane Poremsky

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

    As an FYI... the date should be fixed soon. It is an emerging issue and a dev is actively working on it. Fingers crossed it won't take long to figure it out and fix it.
  13. Diane Poremsky

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

    The date is either wrong or it was updated recently - (pretty sure its wrong) as its at the top of the Feb 2025 list - https://support.microsoft.com/en-us/office/fixes-or-workarounds-for-recent-issues-in-classic-outlook-for-windows-ecf61305-f84f-4e13-bb73-95a214ac1230 Yes... too cumbersome...
  14. Diane Poremsky

    Auto clicking Hyperlink in outlook

    I have this macro - https://www.slipstick.com/developer/code-samples/open-hyperlinks-email-message/
  15. Diane Poremsky

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

    It's a bug with outlook.com and Microsoft 365 accounts are in classic Outlook and Microsoft is investigating Classic Outlook error when sending from Outlook.com "You do not have permission to send on behalf of the specified user." - Microsoft Support That shouldn't cause a problem unless she...
  16. Diane Poremsky

    Trouble sending large files to a email group but can to the individuals in that group

    So this message is in error? Are all recipients within the some domain?
  17. Diane Poremsky

    Open multiple contacts in NEW Outlook?

    BTW, to see the notes without going into Edit, click on Show more contact information or contact tab at the top. (Show more switches to contact tab.) Once you are on the Contacts tab, switching to other contacts will keep you on the contacts tab.
  18. Diane Poremsky

    Open multiple contacts in NEW Outlook?

    You can open multiple contacts.... in a roundabout way. You need to open a new Contacts window for each contact you want to view. Use Help > Feedback to leave feedback on this. (There is a lot more than this that makes new Outlook unusable. :))
  19. Diane Poremsky

    Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in

    I've seen others report similar issues - the usual fix for password problems is to remove the entry from the Credential manager but I'm not sure if iClouds are stored there. I'll have to check.
Back
Top