How to View Multiple Inboxes at Once in Outlook 365

Поделиться
HTML-код
  • Опубликовано: 7 сен 2019
  • Learn how to create a Unified Inbox in this short tutorial video using Outlook 365. Have multiple email accounts each with their own inbox? Rather than constantly checking each inbox separately, merge them all together so you only need to look at one inbox. I show three different techniques, including using a search folder, writing a macro, and lastly setting up rules. Unfortunately, Outlook on the PC does not support a unified inbox out of the box. However, using these steps, you can easily create a one inbox view that aggregates all of your inboxes together.
    For the Macro technique, use the following code:
    ~~~~~~~Create a unified inbox~~~~~~~
    Sub UnifiedInbox()
    Dim myOlApp As New Outlook.Application
    txtSearch = "folder:Inbox received: (this week)"
    myOlApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders
    Set myOlApp = Nothing
    End Sub
    ~~~~~~~~~~~~~~
    ~~~~~~~Create a Unified Sent Folder~~~~~~~
    Sub UnifiedSentbox()
    Dim myOlApp As New Outlook.Application
    txtSearch = "folder: (Sent Mail) sent: (this week)"
    myOlApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders
    Set myOlApp = Nothing
    End Sub
    ~~~~~~~~~~~~~~
    Watch all of my videos on Microsoft Outlook: • 📨 How to use Outlook
    As full disclosure, I work at Microsoft as a full-time employee.
  • НаукаНаука

Комментарии • 460

  • @imagesbyraphael
    @imagesbyraphael 2 года назад +20

    I used Outlook 2007 for many years until February 2022! It had a unified Inbox. After I finally upgraded to Outlook 2021, I was surprised to learn that there hasn't been a built in unified Inbox for over a decade despite requests from many users!

    • @jonathansagall6362
      @jonathansagall6362 Год назад +6

      true.... can Kevin ask this of his bosses at Microsoft? .... why not a simple dedicated button that shows all ?... why ?

    • @arthurmeyer2150
      @arthurmeyer2150 2 месяца назад

      It displays that way on MacOS though. I don't know why we still don't have this feature on Windoes.

  • @lauraa6917
    @lauraa6917 4 года назад +102

    Nothing like paying good money towards software that I have to "re-program" to make usable/logical. Completely ridiculous.

    • @Ice_2192
      @Ice_2192 4 месяца назад

      Look up Office 2021 LTSC. You actually don't need to pay for it. No keys or subscriptions required and its directly from Microsoft.

  • @JayDoRaD0
    @JayDoRaD0 4 года назад +73

    Thank you, but none of these "workarounds" are practicable. Why does microsoft refuse to add an all mail inbox on windows?

    • @saloka40ify
      @saloka40ify 2 месяца назад +1

      becaus the love to waste life time of the people .

  • @scorbett76
    @scorbett76 4 года назад +4

    Thanks for this, Kevin. I am terrible about keeping up with my personal email, especially during the work week, and this unified view through a macro is a game changer. I wish it was an embedded feature, but this is a good workaround. Well done!

  • @lorenzoo3801
    @lorenzoo3801 2 года назад

    Kevin. I am a manufacturing guy who fell into this technology but was not raised in it. Yes, we used slide rules in school until the calculator.
    therefore from my background i can say you did a perfect job here explaining my options and why, as well as leading me thru each and every step. You did not assume i knew some of the steps. (i.e. the save before closing comment). thank you so much.

  • @CherylPhair
    @CherylPhair 3 года назад +2

    oh my god... thank you. I have 8 emails I monitor and this has made my YEAR my FULL YEAR

  • @user-lm9ro3tb8o
    @user-lm9ro3tb8o 10 месяцев назад

    Thank you. I have been a WLM user and loved the UNREAD Inbox all mailboxes view feature. All the new updates stepped on WLM and erased many subfolders. Now I can use outlook with the same ease that the WLM Essentials. Keep up the good work- I understood your instructions and was able to follow them.

  • @miltonsbells2641
    @miltonsbells2641 Год назад +1

    Great explanation on how to view multiple inboxes at once! You have a very clear and concise way of explaining technical subjects that make complex issues simple.

  • @andreacostanza5645
    @andreacostanza5645 4 года назад +1

    Thank You Kevin, clear and clean explanations of the 3 strategies so I could choose my fav: outlook rules. Thumbs UP!

  • @michaelhulle8609
    @michaelhulle8609 4 года назад +5

    Obviously I have a similar feeling to others - very unfortunate that this does not come in the native settings, but a really GREAT (can't emphasize enough how great it really is) solution video with multiple options for every style.

    • @jaimenelson6893
      @jaimenelson6893 10 месяцев назад

      I don't understand why this is already a native setting in 365 ios app or andriod but not outlook

  • @ccchase420
    @ccchase420 4 года назад +2

    Desperately needed this to be less complicated than it is. Guess I'll resign to clicking several inboxes all day like an absolute cro magnon 👍

  • @daveburrows9445
    @daveburrows9445 3 года назад

    Well, this explanation is the first that has allowed me to createa unified inbox in Outlook. THANK YOU THANK YOU THANK YOU... The lack of a standard unified inbox is hardly your fault.

  • @jdstanley11
    @jdstanley11 4 года назад

    Thanks for the advice, Kevin. I recently switched from a Mac to a PC (i.e., Apple Mail to Outlook), and your video was immensely helpful!

  • @jayjanetbeller
    @jayjanetbeller Год назад +1

    GoDaddy just forced me to convert all my POP/SMTP accounts to Exchange, making each account a separate folder. You saved me tons of time with these techniques!

  • @AztecVideos
    @AztecVideos 4 года назад +1

    Thank you very much. I have been wanting a good explanation of this for a long time.

  • @iforetimothyclaire9040
    @iforetimothyclaire9040 3 года назад

    I Just recently upgraded My microsoft Office to 365 and am learning a lot from this channel.

  • @AviatoLLC
    @AviatoLLC 2 года назад

    Rockstar! Awesome! Been wanting something like this forever, and no one could get me there. I tried a search again, and it hit! Super excited. Love the macro option. Thanks!

  • @carolynschott1684
    @carolynschott1684 3 года назад +1

    Thank you thank you. Outlook used to allow a unified inbox easily. On my last laptop, I was able to juryrig something using POP3 accounts. But I was DREADING moving to a new computer and having to fight this battle again. The forwarding option is simple and should work perfectly for what I need!

  • @AlvaroSouzaJunior
    @AlvaroSouzaJunior 3 года назад

    Great video man! Thanks for sharing. Took me just a few time as my outlook is in another language but it was not so difficult changing the code once you have showed us exactly where the query is. Thank you!

  • @ericmorneau7708
    @ericmorneau7708 4 года назад +13

    Nice tutorial! I can't believe that Outlook hasn't caught up with this feature yet as the super basic built-in Windows 10 mail client has had a unified linked view for a very long time now. I have to imagine that a unified view will finally be added once the Gmail services are officially folded in.

  • @TexasWatchman
    @TexasWatchman 4 года назад +1

    Very useful. Thank you, Kevin!

  • @michaelmurphy151
    @michaelmurphy151 10 месяцев назад

    You taught me more in 10 mins than all the online "courses" I took - combined!!!

  • @CyanicCore
    @CyanicCore Год назад +1

    If only this video appeared a few hours ago, two different app installations could have been avoided! While workarounds are not perfect, this resolves one of the app's biggest issues.

  • @guney4323
    @guney4323 4 года назад +5

    thank you, just wished they'd realise a simple tab for all mails. appreciated!

  • @jshavit
    @jshavit 4 года назад +5

    Excellent video. Extremely clear and well explained, easy to understand, and video shows what to do clearly. Will be very helpful for me going forward. Thanks!

    • @jonathansagall6362
      @jonathansagall6362 Год назад

      Hey Jordan, are you Israeli by any chance? .... if you are, can you explain to me in plain Hebrew what i need to do to SEE ALL emails on one display page? many todaz, Jonathan

    • @jshavit
      @jshavit Год назад

      @@jonathansagall6362 Hi Jonathan, my father is, but I was raised in the US. Unfortunately my Hebrew is not good enough to do that for you. Ani mitztaer, Jordan

    • @jonathansagall6362
      @jonathansagall6362 Год назад

      @@jshavit perhaps I didn't explain myself properly - i need the explanation in English or Hebrew - what ever works. but I don't understand how to easily switch my outlook to view all....

    • @jshavit
      @jshavit Год назад

      @@jonathansagall6362 I'd love to help you, but I actually don't remember off hand, it was 2 years ago and I don't use Outlook anymore. I would have to watch the video again myself. I think I cannot explain it any better than the video anyway, which I remember was really clear.

  • @azezalfarhan
    @azezalfarhan 3 года назад +3

    thank you! great techniques. I just recently transferred to Windows and I really miss this feature in Mac.

  • @WorldCitizen35
    @WorldCitizen35 3 года назад

    Thank you Kevin, to the point and very clear.

  • @mariaclifford4303
    @mariaclifford4303 Год назад

    Hi Kevin - thank you so much for making this video showing us various options to view multiple mailboxes using Outlook 365. Great timesaver!!

  • @evadaneshnia7724
    @evadaneshnia7724 3 года назад

    Thank you for posting. I just came across your vid and it has saved me from a great deal of frustration.

  • @queridaowens7668
    @queridaowens7668 4 года назад +3

    How can I get my Outlook email to 'consistently' send from the correct email address as I manage multiple email accounts in Outlook? It does it sometimes and not others.

  • @marlowemarlowe4893
    @marlowemarlowe4893 3 года назад

    I have 5 webmaster e-mail addresses and I much prefer to have them all separate rather than merged into one unifying in box. This works much better for me. It's just so much neater and organized.

  • @franz9262
    @franz9262 4 года назад

    exactly what I needed. thank you!

  • @jwspiker
    @jwspiker 4 года назад +11

    ideally they'd let you pin this to the 'favorites' menu on the left

  • @lucian6550
    @lucian6550 4 года назад +1

    Worked out!
    Thank you very much indeed!
    Top Man!
    Thumbs Up!

  • @danielmallah4840
    @danielmallah4840 4 года назад +4

    Excellent explanation!!! still one could expect Microsoft to have a built in unified inbox as it was in previous versions and in any other mail app....

  • @damienford3587
    @damienford3587 4 года назад +1

    Thanks Kevin, top job!!

  • @erkiohmann5539
    @erkiohmann5539 4 года назад

    Thank You! That was really useful!:)

  • @pauline1006
    @pauline1006 2 года назад

    I only have two accounts but I just tried the macro and it worked perfectly. Thanks for the tutorial!!!

  • @observador145
    @observador145 3 года назад +45

    Great job in explaining this process Kevin. But it's utterly ridiculous to leave out a built in unified unread, inbox and sent message folder feature. Wasn't that part of older releases of Outlook?

    • @watewmark
      @watewmark Год назад +10

      It was. And it's a thing in outlook for : Android / ios / mac and Web ...
      Just lacking in the Windows desktop app which is supposed to be the "main" one.
      This is indeed utterly ridiculous. it's been a top thread since at least 10 years now LOL (it disappeared with outlook 2010)

    • @craigrogers5935
      @craigrogers5935 11 месяцев назад

      What he said....almost unbelievable that you even have to make this video. Another reason why I stopped using Outlook :(

    • @thechief78
      @thechief78 9 месяцев назад

      same here! I hate that the all accounts inbox option is not available on the "new look" Outlook version or the windows version@@craigrogers5935

  • @blackswanmotion
    @blackswanmotion 2 года назад

    Thank you. You solved my problem perfectly & made me feel like some fancy coder :D

  • @manuelguzmanjr6622
    @manuelguzmanjr6622 4 года назад

    Thanks for this video! This really helped me a lot.

  • @lisaazh
    @lisaazh 4 года назад +3

    Thanks. looking for this for long time. I wonder why Microsoft does not implement this feature on desktop version

  • @ITzMEEGaMInG
    @ITzMEEGaMInG 4 года назад

    Thank you for this

  • @jerryhammond373
    @jerryhammond373 4 года назад

    Thanks! Just what I needed!

  • @gbbusinessgroup55
    @gbbusinessgroup55 3 года назад +1

    Hi Kevin. What is the criteria that you use to decide whether you include the Webcam View in your tutorials or not? Great content as always. Inspiring.

  • @cheapearthquakeinsurance1592
    @cheapearthquakeinsurance1592 4 года назад

    thanks very cool. Glad I watched.. I am going to work on setting this up!

  • @louromm2581
    @louromm2581 4 года назад +2

    I appreciate Kevin's video; he does a good job explaining this. The macro solution works best for me. But this is soooo Microsoft to make users go through this headache! WHY??? Old versions of Outlook had a unified Inbox/Sent Mail (I used Office2007 until recently). And most Microsoft competitors have a unified Inbox (like my iPhone mail). Why is it so hard for Microsoft to do something simple for it's overpaying customers? Wake up, it's 2020 - not 1990's anymore! Come-on guys!!!!

  • @AngeloHafner
    @AngeloHafner Год назад

    Your videos always are great! Thanks for sharing this knowledge!

  • @mgier
    @mgier 3 года назад

    This was a big help, thank you.

  • @ricardofeldman
    @ricardofeldman 3 года назад

    Thanks for the explanation. Just a note about macro syntaxis: I have Office in Spanish installed on my computer. The third line should be: txtSearch = "carpeta:""Bandeja de entrada"""
    , similar solution for other languages...

  • @andyaronson
    @andyaronson 4 года назад

    Thanks for the video. Very helpful!

  • @CyrusPieris
    @CyrusPieris 4 года назад +3

    Hi Kevin, Excellent video on something I was investigating for my work. I am very keen on learning more about VBA for outlook. I want to understand the capabilities. Can you recommend any books, online courses or anything else? Thank you.

  • @kevinc1956
    @kevinc1956 Год назад

    Thx Kev! I switched to using Outlook 365 from home when I retired last year and set up some new accounts so I could quit using an old email account that was getting a lot of spam email and the provider had stopped filtering for spam. I had an enterprise account while working, and I wanted to stick with the Outlook interface. At home, I use my iPad for most email, and as others have noted, iPadOS does unified mail pretty seamlessly. There are, however, times I need or want to use Outlook on my PC for email, and this video is definitely going to help. I still need to mull over whether the macro or rules approach will work better for me. I'm thinking that the rules approach won't retain the correct email address when I want to reply to an email, so I may ultimately prefer the macro approach. Thanks also for including the macro code.
    Although I was an Outlook user at work for about 30 years, I found this video very helpful and easy to follow, so I subscribed and also plan to view your other videos!

  • @scottlinklater9388
    @scottlinklater9388 Год назад

    How is it possible that this isn't just a button built in to the program? It hurts my brain that companies that employ so many smart people can **** up basic stuff like this. Your explanation was really well articulated, it just shouldn't be required.

  • @ricardorw
    @ricardorw Год назад +1

    Hi Kevin, the macro works flawlessly but, is there a way to configure the view so the sent mail shows the 'to' field instead the 'from' field? If I change the view on the search window it will not get fixed on the sent macro, it affects both queries. Regards.

  • @DiegoChionna
    @DiegoChionna 3 года назад

    You saved my bacon for the second time, Kev! Thanks!

  • @WimvanBoven
    @WimvanBoven 4 года назад

    Great solution, thanks!

  • @jggibsonoh
    @jggibsonoh 2 года назад

    Super helpful! Thank you.

  • @bigronnorcal
    @bigronnorcal 4 года назад

    thanks for the help very useful!

  • @tracierendell4422
    @tracierendell4422 3 года назад +1

    Everytime I update or get a new computer, I always use this video to merge my emails. Your third and final option is perfect for me and works every time. Thank you!

  • @StephoGb
    @StephoGb Год назад

    Perfect macro.
    I append one more command - SendKeys "{Enter}" just before End Sub. This way the window with Search Bar history is closed automatically (in my case it remains open over the Reading Pane).

  • @mvb3144
    @mvb3144 3 года назад

    It is crazy that this tutorial is needed, on Mac and Android it just works out of the box...

  • @mariorobleto6653
    @mariorobleto6653 4 года назад

    Thanks for the video! With Outlook how do I back up my inboxes so that I can safely delete email from server without losing the copies of the emails on my desktop?

  • @senzosenkosingidi4164
    @senzosenkosingidi4164 Год назад

    Well done on this video. Much appreciated!

  • @kaosscreations
    @kaosscreations 4 года назад

    Great video! Thanks!

  • @parostpg
    @parostpg 4 года назад

    Excellent video. Thank you.

  • @garnagreaterarkansasrivern8296
    @garnagreaterarkansasrivern8296 4 года назад

    Thanks for this! I'm wondering if I need to go this far to solve a problem I'm having, which is that my "Get Add-ins" button is greyed out in my desktop version of Outlook and I can't figure out why its disabled.. My online version of Outlook, which had to be set up with a different email (I think) for installing MS 365 (again, this makes no sense so let me know if this is where I've made my mistake), has an active "Get Add-ins" button. Does it make sense to merge emails just so I can use the active "Get Add-ins" button? Or is there a simpler solution. My ultimate goal is to use Asana for Outlook.

  • @sailingaddict8512
    @sailingaddict8512 4 года назад

    For some reason, the macros only show emails from two weeks ago and older (I had to translate the search text between "" to Spanish) What could be the problem?

  • @victors.6655
    @victors.6655 4 года назад +1

    Is there a way to run your macros automatically on the startup? Thank you!

  • @JeniJ813
    @JeniJ813 3 года назад

    thank you for sharing this!

  • @bkaplan00
    @bkaplan00 4 года назад

    is there a way to create a macro that will forward an email that comes in to another email address. would this be an alternate way instead of using rules?

  • @JurbzMUSICoh
    @JurbzMUSICoh 4 года назад

    very helpful! thanks

  • @mikecebulak7800
    @mikecebulak7800 4 года назад

    Thanks for this how-to. Works great - one weird thing though. My search window is popping open with the recent searches after executing the search. I noticed my Outlook has done this for a while when searching so not sure if related. Any help appreciated. Made custom buttons for the ribbon that I could rename, so made it even more awesome.

  • @BorisChristopherPretzel
    @BorisChristopherPretzel Год назад +1

    Great tips Kevin - thank you!
    One question - can the search list be modified to identify which in box the messages came from? I often have duplicate messages (sent to more than one of my accounts) and typically would delete all but one (in the preferred inbox). Currently, I need to exit the searched combined in box to identify the mailboxes to which the messages were sent but it would be great if I could do that without exiting the search...

  • @TracyAllenVideos
    @TracyAllenVideos 4 года назад +1

    I can't even see all of the email accounts. Like how you showed yours... I am only seeing 2 of the 4 email accounts I have. I have to use Outlook for my new job and I need to have access to 3 other accounts outside of what I already had. When I open "new mail" to send an email, I am able to see all accounts for me to be able to send an email but, I have no idea how to see the new emails that are coming in. I sure miss the days of being able to call support easily and get immediate help. Thanks for this tutorial though.

  • @cyghaemi8386
    @cyghaemi8386 9 месяцев назад

    I have a unified Inbox in Outlook for Mac but so annoying that on my Windows Outlook the feature is not there. This was a very helpful video. I used the Macro method and it works. Thank you!

  • @ddhhayes
    @ddhhayes 2 года назад

    Thanks Kevin. Very helpful!

  • @barkbarkatthemoon
    @barkbarkatthemoon 2 года назад

    I just switched my five emails to IMAP from POP3 in outlook 365. So, I had to go with the third option here. It really is the closest to my old POP3 setup where all the addresses went into a common inbox. I set up a new .pst file that has a Inbox folder and directed everything there. When you reply to an email from there, the associated IMAP Sent folder gets the message. Thanks for this video. One other thing, on one of my computers I am not able to open VBA for outlook. tried all the tips from the web but still not working. it opens for excel . . .

  • @IngeborgHawighorst
    @IngeborgHawighorst Год назад

    Hi Kevin, what search filter can be applied to show only emails from the Focused inbox and ignore emails that are sitting in the Other?? The search result serves up both, so I have to wade through all the marketing updates when using the unified inbox search hack.

  • @NaziaTayob
    @NaziaTayob 4 года назад

    Hi Kevin, thanks for the video, it gives me an idea for my sales team to use, i'd like to know if this is possible to have 1 shared email account for my sales team, as soon as the email is "read" the next person in sales would go to the unread emails to respond to customer enquires - so that my turnaround time to getting back to customers are quicker as i know e.g. 4 people wouldn't miss a "Sales" unified email, as it would be marked as read, I could just ask them to basically add a colour feature to the internal sales department dealing with the enquiry. The idea is that the sales unified / shared mailbox should be responded to the customer themselves, and if the email shows as read with a colour category attached to it, then the the slower sales agent knows that it's already been responded to. I hope I've explained this correctly? Or have you done something similar to this before?

  • @addon9797
    @addon9797 3 года назад

    Hey Kevin. Love the content. Question. How would I obtain metrics from an Inbox in Outlook? For example, I need as much data as possible for an Inbox customers use to submit/place orders.

  • @bonnyalengaden
    @bonnyalengaden 4 года назад

    Thank You for the video. Hey Kevin, is there a way to get alerted or notified when we have created a rule to move a copy of the incoming emails of a shared mailbox to my personal inbox. This rule only allow me to see the mails only when outlook is open.

  • @mattscomp
    @mattscomp 4 года назад +2

    A very good tutorial thanks. But you really do have to wonder why a unified inbox view isn't just a standard feature. Something you could do with a few mouse clicks. Makes me wish for the old days when multiple email accounts would deliver to the same inbox (PST) as the default setting. Can still be done of course..

  • @tomcurtis3649
    @tomcurtis3649 4 месяца назад

    Thanks, Kevin! The macros technique works well for me.

  • @cliffblackburn5880
    @cliffblackburn5880 3 года назад

    Hi Kevin, is there a way to change the script to exclude other mailboxes or pst files I use for filing?, also when you read a mail (when running the script) it jumps back and you have to run the script again.
    Thank you

  • @mybigjones
    @mybigjones Год назад

    Kevin, if I use the rules and move a new email from inbox 2 to inbox 1and it is a meeting event in Teams, when I open it in inbox 1 will it populate the meeting in in the mailbox 2 calendar?

  • @geoffdeacon5053
    @geoffdeacon5053 2 года назад

    Thanks - thats awesome - love the Macro idea

  • @pewjackman
    @pewjackman 2 года назад

    Is there an updated version of this video? Not sure everyone could follow the macro section of the video as layout of the current Outlook 365 has changed somewhat and "ALT+F11" didn't function either. I did manage to get it to work though but it took a little more fiddling to get the editor open

  • @nsanity99
    @nsanity99 3 года назад

    Thank you so much. I am not very tech savvy, but with this video I was able to SUCCESSFULLY set up the Marcos (which is something I have never even heard of).
    One note in the Sent Marco I had to change "folder: (Sent Mail)" to say "folder: Sent" in order to pull in mail from all my accounts. I am guessing that this is because Outlook (Sent Items), Yahoo (Sent) and Gmail (Sent Items) use different names for the Sent folder. Thanks again!!!

  • @BradWillis
    @BradWillis 4 года назад

    So I had purchased Office Professional 2013 years ago and figured I'd try the "latest and greatest" expecting many updates over the past 7 years. So far...not finding them. Why is it so difficult to create a unified Inbox and feed all e-mail account into that? I have 10 different e-mail accounts used for various purposes. With MacMail, I can see and click onto any individual account, but they all feed into one Inbox. But I can't do this with Windows. Why not? Your solutions are helpful but woefully inadequate.

  • @MikeStickersSignShop
    @MikeStickersSignShop 2 года назад

    Question, I was able to edit and install the macro buttons to view all inboxes, that worked, thanks. However, when viewing ALL INBOX using the macro feature, it will not update new incoming mail. I have to click on another inbox folder and reopen macro again to to see new mail. Am I missing something?

  • @malcolmrowe9003
    @malcolmrowe9003 4 года назад

    The version of Outlook that I have just installed looks a bit different (search field is up in the "QuickAccess" toolbar and there is no "Tell me what you want to do" field). To get the "Run Macro" button, I had to go to "Customize QuickAccess toolbar" (via "Customize Ribbon") and then search through "All commands" for the "Run Macro" command. Got there in the end but it feels like Microsoft doesn't want you to do these things.
    Didn't there used to be a Save Search folder option or am I thinking of a different email client (possibly Thunderbird; a shame that's no longer supported)? With that, you could save a search and it would appear as a folder in the folders sidebar, as a subfolder of a "Saved Search Folders" (or something similar) folder. That would be better than having to deal with Macros. Better still, as mentioned by others, would be a built-in unified mailbox option

  • @marcs_matthew
    @marcs_matthew Год назад

    I can't believe this is a 3-year-old video and still MS does not have a built-in solution for a Unified Inbox. The mobile version has it but apparently it's impossible on a more powerful desktop or laptop. Keeping this feature from loyal users is absolutely inexcusable and is largely the reason I now use Blue Mail for my personal communications and Outlook only for work communications because I have to. I thought Windows 11 had problems, one of which is not listening to users and instead saying "we know better than you do what you actually want." Office is just as bad, if not worse, and this lack of a needed feature leads the way as to why Outlook sucks.
    But, I like you Kevin. :) Good video. At least I have a horrible and crippled means by which to simulate a unified inbox. :) Thanks for at least showing us that.

  • @rachelkmac
    @rachelkmac 4 года назад +1

    Thank you for this! Do you have any videos for how to keep your accounts separate? I have my work office account plus my personal one and then another shared email address for my volunteer work with a dog rescue organization. A couple of times I have sent messages from the wrong account...embarrassing! I need to keep the rescue as my primary because I am using mail merge from that...but I use my work email more. TIA!

  • @levindeheer2056
    @levindeheer2056 4 года назад

    Great video! Really good content.

  • @mikef723
    @mikef723 4 года назад

    Thank you for this video. Very well done. However, I'm not sure these solutions, shared mailboxes, or something else will achieve what I need. Is it possible for my assistant and I to see each others emails, whether addressed to either or both of us, and know if the other has responded etc. As it is more important for her to see my email, currently, I have anything received in my inbox forwarded to hers. If she responds she CC's me but I need to first see the CC and mentally connect the two emails vs. having the email marked as replied to by outlook. Thank you for any help you can provide!!!

  • @jaideepdoc
    @jaideepdoc 2 года назад

    Hi Kevin I followed your steps to view messages in my 3 mails ac at one . Expanded the same to view unread mails . Now when I see each individual message it becomes read but after say 5 secs it becomes unread again . I want to see all unread messages together and just go through them .

  • @michaelredbourn
    @michaelredbourn Год назад

    thank you and very well explained!

  • @davei1921
    @davei1921 4 года назад +1

    Thanks Kevin, I got the macro working, and also added to my Ribbon as a button (and renamed it All In), and chose a nice icon for it...
    How do I change the search to also include last week's email, or maybe the last 5 days would be equivalent? Just want to avoid running search on a Monday and not seeing "last week's" emails.. Keep up the great work.

  • @magooberoo5000
    @magooberoo5000 4 года назад

    Hi - my shift+f11 doesn't bring up visual basic. It brings up the lenovo vantage tool. where might I find the tool to download/install that to create macros?