outlook

  1. S

    Outlook 2016 Understand and customize prepended behavior of recurring task

    I have an Outlook 2016 task that recurs every week. At the beginning of the week, I open the task and in the body type in the date, and then add some notes. For the rest of the week, I periodically open it up and type more notes. At the end of the week, I hit "Complete" and Outlook generates a...
  2. E

    Outlook VBA change GetDefaultFolder dynamically

    I am working on a private Outlook project where I can read all emails from a specific account, starting in a specific folder, looking only in a specific folder, from a specific date etc. Usually the default start folder is the InBox (in Dutch Postvak IN). To start there I would use the...
  3. B

    Outlook 365 Populate Outlook Task UDFs from a UDF text string

    I want to create VBA that will: iterate through the OneNoteURL UDF, replacing any occurrence of "%20" with a space execute on task creation, or for selected Outlook tasks I've created 3x UDF's that I've created as formula, from the "Field Chooser". These 3x fields are populated by parsing the...
  4. R

    Sent emails show iCloud mail account not the alias

    Not sure if you can help with this or not. I have an iCloud account which I have set up in Outlook. It works fine. I also have multiple iCloud alias for the account and I can send from these using Outlook without a problem. The problem occurs in the actual sent email ie - it shows my display...
  5. J

    How to import many msg into different public folders in Outlook

    I have a number of messages stored on an external drive in different directories. I would like to script to import say directory "ABC" into Public folder "ABC" in Outlook. Manual drag and drop would take forever. I am hoping someone has encountered this situation before and can share their...
  6. J

    how to stop junk emails from *.onmicrosoft.com ?

    I have Microsoft 365 on home personal PC, Windows 10 64 with Microsoft Outlook 365 for MSO 32 bit. A few weeks ago, I upgraded to family license to add another family person also Windows 10. Since then (not sure if this is related or not), I have been getting 5-10 or more spam emails every...
  7. J

    Read Outlook Form fields

    I'm only now realizing how in over my head I am with this project I'm working on, bear with me through any faux-pas or misunderstandings, my lexicon is rather new yet. The problem: I've got an Excel file loaded up with data as a scheduling tool for the agency I work for. Its purpose is to send...
  8. B

    Inconsistent handling of message read/unread status by Outlook

    Would appreciate any comments on the following situation. I'm using Microsoft 365 Business and Exchange Online. Let me know if I'm missing something here. I grant a user 'Reviewer' (i.e. read-only) permission to my Inbox folder. If they use their Outlook client to open a message in that folder...
  9. S

    Mac Outlook 365 Questions

    Hi I am using Outlook 365 and current Mailbox Size is at 90GB 1. Can i split the mailbox year wise and attach to outlook? The way we do with .pst in windows 2. If the above is not possible then how do i manage the Mailbox size? Please advice
  10. G

    Schedule recurring email and attachments display

    Hi all, I'm hoping someone can help me. I'd like to set up a recurring email within Outlook. I've been told that you can't schedule an email to send but I've been given a code to convert a calendar invite into an email (as its a calendar invite I can schedule it to send when I want) The only...
  11. Cathy Rhone

    gmail listed multiple times

    I tried adding my gmail account to outlook and it failed. So I tried again. Now I have the gmail address listed 3 times on the left. How do I remove the extra ones? When I try to remove them, the error says they are linked to an account.
  12. S

    HTML to Plain Text Macro - Help

    Good Morning, I am using a macro that converts selected HTML emails into Plain Text, then prints them out. The macro works perfectly. I was wondering how i would add some code that would format the selected HTML email to the 'No Spacing' style before converting it into Plain Text. Condensing...
  13. AmonRa

    Outlook 365 calendar - too much white space

    I have a similar issue than the one posted here: Calendar View in Outlook Office 365 - Doesn't show enough hours, and the 30/60 min choice isn't the solution It is not well thought out by the developers, IMHO, that by default, the outlook calendar does not fit full 8 hours of work days. In much...
  14. P

    Posts in Folder No Longer Group by Conversation Column After Search

    Long before the "group by conversation" feature appeared in Outlook, I have been using folders with items created by "Post to This Folder". In my case, I create posts to remember programming problems I have solved. I use the conversation column to group my posts. This type of item allows me...
  15. T

    The Linked Image Cannot Be Displayed in Outlook

    One of my users is experiencing an issue on her Win7 SP1 PC with Outlook (Office 365) showing "The linked image cannot be displayed. The file may have been moved, renamed, or deleted. Verify that the link points to the correct file location". These E-mails are newsletters she's subscribed to...
  16. P

    How did hacker cause link to delete and archive containing email?

    I am an experienced software developer cognizant of phishing schemes. I didn't think I could fall for one, but I lost my focus for a minute and clicked on a hyperlink in email from a (very clever) hacker. That took me to a website with MS login credentials at which point I immediately closed...
  17. P

    auto-complete is hopelessly broken

    brand new laptop fresh office 365 install on win 10 pro 20H2 autocomplete list will not clear: either through file>options>mail>Empty Auto-complete list or outlook.exe /CleanAutoCompleteCache it also merges unrelated "user names" and "email addresses" that don't exist as such in any of the...
  18. S

    Problem Checking the available stores in my Inbox (Outlook VBA)

    Hello, I'm trying Check the available stores in my Inbox but stopped in "Next oStore" and I receive this error: Run-time error -941162370 (c7e7007e) Automation Error. Sub Test() Dim myNameSpace As Outlook.NameSpace Dim oStore As Outlook.Store Set myNameSpace =...
  19. S

    Outlook VBA How to adapt this code for using in a different Mail Inbox

    Hello, friends. I'm trying to adapt this code for using in a different Mail Inbox named "Workgroup", but I don't get it. I don't know if a need replace entire main "My Inbox" or create a route from there. In any case, I don't get it! In adiccion, I'm trying to categorize my eMails with a blue...
  20. S

    Macro for Loop through outlook unread emails

    Hello, I am trying to adapt this code for using the macro only in unread emails in my Inbox, but I don’t get anything that works. Someone for helping me? THanks in advance. Public Sub Unread_eMails() Dim myNameSpace As Outlook.NameSpace Dim myInbox As Outlook.Folder Dim myDestFolder As...
Back
Top