• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Enable Office 365 Exchange Online Archive

Slipstick Systems

› Microsoft 365 › Enable Office 365 Exchange Online Archive

Last reviewed on December 4, 2018     46 Comments

A big point of confusion with people and Exchange in Office 365 is around the concept of the email in-place archive. There are some important things that should be pointed out when it comes to this in-place archive:

  1. Every Exchange Online plan (except Kiosk plans) have the ability to have an in-place email archive.
  2. By default, on all plans, the in-place email archive is disabled for all users. An administrator must enable it before it can be accessed.
  3. The in-place email archive contents are stored ONLY in the cloud. They are never synced to a desktop as the Inbox is.
  4. The in-place archive folders are only visible with the Outlook version in the Professional Plus product. Other versions of Outlook will not display the archive folders even though they may be present and enabled.
  5. Plans that include Exchange Online Plan 2 (E3, E4) have an unlimited archive. Plans that have Exchange Online Plan 1 (Business, and E1) have a current limit of 50GB of storage between the Inbox and the Archive. For example, in Exchange Online Plan 1 you could have a 25GB Inbox and a 25GB Archive, or a 10GB Inbox and 40GB archive. With Exchange Plan 1 the total size of the Inbox combined with the in-place archive cannot exceed 50GB.

You can enable the in-place archive using the Exchange admin portal or using PowerShell.

You can see that the mailbox currently has an Inbox and other default folders but no archive mailbox.
no archive mailbox

The first step is to login to the Office 365 admin portal as an administrator and select Exchange in the lower left corner of the window to log into the Exchange admin center at //outlook.office365.com/ecp/.

Office 365 Admin center

Select recipients then mailboxes and then select the mailbox you wish to enable the in-place email archive. From the information in the right hand side panel select Enable under the In-Place Archive heading.

enable in-place archiving

Select yes to enable the in-place archive.

Click yes to enable the archive

After a few minutes (the process is not instantaneous) a new folder will appear in your Outlook web called In-Place Archive – <name> or in Outlook desktop called Online Archive -<name>.
The folder list in Outlook Web Access looks like this:
archive mailbox

In Outlook desktop, the online archive is in the folder list:

Online archive in outlook desktop

The archive is now ready to use. Users can drag and drop items into the archive folders and email policies (user and organizational) can now utilize that folder.

As an administrator, if you again look at the mailbox, under in-place archive you will see an option View Details. Selecting that will show you a window providing details of the mailbox. Remember, this options vary depending on the Exchange Online plan the mailbox is subscribed for.
online archive details
 

Using PowerShell to enable Online Archive

You can of course do the same thing with PowerShell, using the enable-mailbox command:
Enable-Mailbox –Identity user@domain.com -Archive

To set all mailboxes to use the online archive, use this format:
Get-Mailbox | Enable-Mailbox –Archive

powershell set mailbox
To enable the archive only on usermailboxes, use
Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails -eq 'UserMailbox')} | Enable-Mailbox –Archive

When archive is enabled, the default retention policy is applied to the mailbox. To apply a specific retention policy to a specific mailbox, use
Set-Mailbox -Identity user@domain.com -RetentionPolicy policy-name

To set a specific retention policy for all mailboxes, use
Get-Mailbox | Set-mailbox -RetentionPolicy policy-name

More Information

Exchange Online Archiving Service Description (TechNet)
How to apply Retention Policies to all mailboxes
Enable-Mailbox

Enable Office 365 Exchange Online Archive was last modified: December 4th, 2018 by Guest Author
Post Views: 85

Related Posts:

  • Office 365 Exchange Online Plans
  • Multiple Retention and Archive Policies
  • Using Exchange Online’s Clutter Folder
  • Office 365, Office 365, and Office on Demand

About Guest Author

If you would like to submit guest articles to Slipstick.com, please contact us through our Feedback form. Please note: article suggestions that are not specifically about Outlook and/or Exchange Server will not be acknowledged.

Comments

  1. Thomas Snoeks says

    August 25, 2020 at 11:38 pm

    In order to reduce the load on my Computer, I've used OWA for searches within the personal archive of a shared mailbox instead of the Outlook client. Since recently, I can only open the OWA Shared Mailbox itself, but the related Online Archive keeps "loading" and never shows up.
    I checked via the Outlook client software and the Archive is still there (so, luckily no data lost).
    Is it a setting at the server-side that might have changed, or should I rather look in my browser settings?

    Reply
    • Diane Poremsky says

      August 26, 2020 at 12:22 am

      Test in a private browser and see if it works - if yes, clear the cache and cookies.

      As far as I know, nothing changed but will check on it.

      Reply
  2. Ali Anqeed says

    June 7, 2020 at 3:07 am

    Is it working with office 2016 standard

    Reply
    • Diane Poremsky says

      June 7, 2020 at 8:54 am

      That is what used to be Business, so yes, it should work with it.

      Reply
  3. Farhan says

    October 3, 2018 at 10:10 am

    Hi, Online archive is not working in outlook 2016, i can see the online archive in outlook on left pane and set policy on some folders to move items older than 1 week to online archive but nothing happened, Any help will be highly appreciated.

    Outlook 2016 pro plus
    Exchange 2013

    Thanks!

    Reply
    • Diane Poremsky says

      October 4, 2018 at 1:25 am

      Is the mailbox manager process enabled and running on a schedule?

      Reply
  4. Martijn says

    May 12, 2017 at 3:59 am

    Hi Christine,

    good news, you can find all the requirements here: https://technet.microsoft.com/en-us/library/dn922147(v=exchg.150).aspx
    Outlook license requirements for accessing an archive mailbox
    To access their archive mailbox using Outlook, users need one of the following licenses.
    Outlook in Office 365 subscriptions
    Outlook in Office 365 ProPlus
    Outlook in Office 365 Enterprise E3
    Outlook in Office 365 Business
    Outlook in Office 365 Business Premium
    Outlook retail licenses
    Outlook 2016 stand-alone
    Outlook 2013 stand-alone
    Outlook volume licenses
    Outlook 2013 stand-alone
    Outlook 2013 included with Microsoft Office Professional Plus 2013
    Outlook 2010 stand-alone
    Outlook 2010 included with Microsoft Office Professional Plus 2010

    Reply
  5. Christine says

    February 7, 2017 at 4:21 pm

    Hi Diane, I was wondering if there is a specific version of Outlook needed (like Pro Plus) to see the online archive. We have read some articles indicating it has to be a particular type of Outlook installation, meaning those with Office 365 Home or a retail version of Office with Outlook wouldn't be able to see it. Thanks for any expertise you can lend to this. We consider Slipstick to be an authority in all things Outlook.

    Reply
    • Diane Poremsky says

      May 10, 2017 at 12:54 am

      You need ProPlus to see the archive. They are supposed to be adding it to the business premium subscription, but it wasn't added last i checked. (It might be by now.)

      It will not be in Home or the retail version.

      Reply
  6. Mario says

    November 23, 2016 at 6:54 am

    Hi,
    Is there any way to access archived mails from the native IOS mail app on iPhones/iPads, or do you need to use OWA to retrieve mails in the Online Archive ?

    I enabled Online Archiving yesterday. The oldest mail in my archived inbox dates 2 years old. I tried to search for the Sender and the subject from my native mail app, but can not find those mails.

    Not sure whether I'm to impatient (I waited one day), or whether OWA is required to do this.

    Thanks,
    Mario
    (O365 Enterprise E3)

    Reply
  7. Andy Cook says

    October 18, 2016 at 5:01 am

    Hi Diane,

    Is there anyway to hide the online archive of a delegated account? I have 6 delegated accounts as well as my own but i also can see all their archives, it's just making my mailbox list too busy, any ideas?

    Thanks
    Andy

    Reply
    • Diane Poremsky says

      October 18, 2016 at 10:57 am

      How did you open the accounts in your profile? i didn't think they showed up if opened as a shared account, but will double check.

      Reply
  8. beq says

    September 26, 2016 at 9:06 pm

    Thanks again Diane for your site.

    Your sample screenshot showed an Online Archive mailbox provisioned at 100GB. Do you know what is currently the largest size this can *actually* grow to, when you're supposed to have "unlimited" archiving?

    I ran into this issue with my family member's Exchange Online Plan 2 over a year ago. IIRC his Archive mailbox had an initial quota of 50 or 100 GB (I forget), but I was told that it would automatically grow each time it was close to being full. I think still ended up having to contact them to manually increase the Archive to 170GB, but after that we'd hit a roadblock!

    I had a month-long back-and-forth with the Exchange escalation team, they kept trying different things in PowerShell and consulting the product engineers. But they finally gave up and said they couldn't increase the Archive quota past 170GB. I'm not sure why, but this was apparently a surprise to them.

    They then told me to just create shared mailbox(es) which doesn't require an additional user license. The idea was for me to manually transfer older emails to this shared mailbox (which has its own 50GB quota).

    As an additional consolation, they *somehow* managed to increase my family member's primary mailbox from 50 to 100 GB (so his account now has 100GB primary mailbox, 170GB in-place archive, plus I'd created a 50GB shared mailbox and linked it on his Outlook).

    Unfortunately this consolation came with its own issue. They increased his primary mailbox to a non-standard quota of 100GB, but the server is still set to warn him when he approaches (and passes) the 50GB mark! Since then he started getting daily emails stating "Your mailbox is almost full", and each time he logs into OWA or the EAC it would throw up a warning "You're about to exceed the storage limit for your mailbox" -- even as the status shows only 50-60GB used out of the 100GB custom quota.

    Reply
    • Diane Poremsky says

      October 18, 2016 at 11:36 am

      Sorry I missed this earlier.
      E2 archives are supposed to be unlimited now. In they past they were limited to 50GB and they set a default of 100GB when they raised it to unlimited - all mailboxes should have been raised automatically to 100GB within a few months of the increase. I'll see if i can find out anything about this.

      Transferring mail to a shared mailbox is a PITA (but will solve the problem for now)... but it will eventually be full too. While you can keep making more shared boxes, searching is a pita.

      >> They increased his primary mailbox to a non-standard quota of 100GB, but the server is still set to warn him when he approaches (and passes) the 50GB mark!
      it sounds like they didn't raise the warning level when they raised the quota - see https://technet.microsoft.com/en-us/library/aa998353(v=exchg.160).aspx for the cmdlet to change it. But... i'm surprised they raised the mailbox to 100GB - i thought that was limited to 50 GB.

      Reply
  9. Michael Rush says

    February 16, 2016 at 1:20 am

    Thanks for the article. We have just moved over to Office365 Business Premium and use Outlook 2013 on the Desktop. I used to use the Auto-Archiving process in Outlook 2010 to archive from the ost file to local pst files. These pst files were then backed up as part of our data backup process.
    Now I am trying to work out what to do with archiving now that we have moved to Office365. Reading your article tells me that once I enable archiving in Office365, I will not be able to see the archive information on the Desktop Outlook – I will need to use OWA. Have I got that right?
    Even though we have 50GB of storage per user, I want to archive so as the ost file does not get too big and so searching does not become an issue. Also, in some time, we will start to use up the 50GB of space!
    Can I archive emails that are older than (say) 3 years from the ost file to a pst file? If I can do this, then the plan would be to archive to the pst file and then take the pst file off the PC and store it on an external storage facility.
    Would appreciate your feedback. Tks

    Reply
    • Diane Poremsky says

      February 17, 2016 at 12:14 am

      >> Reading your article tells me that once I enable archiving in Office365, I will not be able to see the archive information on the Desktop Outlook – I will need to use OWA.

      No. It depends on your version of Outlook, but the online archive is available in the business versions along with in OWA. It's not cached, so the ost won't grow. The default policy moves mail into the online archive at 2 years but this can be changed to 3 years if that is what you want. Depending on your plan, you may have an unlimited archive.

      If you have outlook 2013 or 2016, you can set the sync slider to keep recent things in outlook - the older items still in the mailbox but not synced locally can be found using search by clicking the Include older results button. They'll also be in OWA. I actually prefer to move the mail to the online archive and keep everything that is in the mailbox synced with outlook - although I do only sync a few months on my tablet, in part because the drive is small. Also because i really don't need the old mail on the portable devices.

      Archive to a pst is disabled when you use an exchange account - you'd need to move mail to the pst yourself. (Could use Rules or a macro.)

      Reply
      • Michael Rush says

        February 19, 2016 at 12:46 am

        Tks Diana,
        We have Office365 Business Premium (and Office2013) which only gives me 50GB of storage per mailbox. So I like your concept of leaving the older items in the mailbox and not sync'd. I also like your idea of using the online archive. But I am worried that since we only get a total of 50GB per mailbox, that if the mailbox fills up becos the online archive folder is getting full, I cant get the online data off and so I either have to upgrade my plan to get infinite storage or delete some of the data out of the archive!
        Tks for the tip about not be able to archive to a pst!
        Tks again Michael

      • Diane Poremsky says

        February 19, 2016 at 12:58 am

        Yeah, you are more limited with the business-level plans - one option is to not enable the online archive - then Outlook's AutoArchive should work.

  10. Ben4o says

    January 7, 2016 at 5:02 am

    Hi everybody,

    Thanks for this helpful article.

    Does anybody can tell me what kind of archive is on Exchange Online?
    Is it a .pst or something else?

    Thanks a lot, i am looking for the info since 4 days and i am despairing me.

    Reply
    • Diane Poremsky says

      February 17, 2016 at 12:15 am

      The online archive is a mailbox, not a pst file.

      Reply
  11. Ravi says

    December 21, 2015 at 12:55 am

    I have a user that managed 6 delegates over the past year and has accumulated 40000 calendar items 21000 sent items folder. Some of the data is as a result of corrupted entries. I have signed up for online archiving on our 365 platform E1 platform. I am assuming the calendar can be archived as well, thus reducing its size. I don't see the calendar option when it creates an archive mailbox. Thanks

    Reply
    • Diane Poremsky says

      February 17, 2016 at 12:22 am

      The calendar should archive to the online archive mailbox - i have some appointments in my online archive calendar (but i can't be 100% sure that they weren't added when i imported a pst). Contacts won't archive... this I'm 100% sure about.

      Reply
  12. Alex says

    November 12, 2015 at 11:55 pm

    May I know if I can deploy powershell using csv file ?

    Reply
    • Diane Poremsky says

      November 13, 2015 at 2:39 pm

      if you want to enable online archive mailboxes for all users, this cmdlet will work
      Get-Mailbox -Filter {ArchiveStatus -Eq "None" -AND RecipientTypeDetails -eq "UserMailbox"} | Enable-Mailbox -Archive

      you can use a csv to enable just some mailboxes or filter on additional paramenters.

      A script that uses CSV is here - https://gallery.technet.microsoft.com/office/Enable-Mailbox-online-edbaa9c8

      Reply
  13. Laura says

    October 8, 2015 at 1:17 pm

    My company has 365 E1 and we want archiving, I was told by Microsoft that we need to purchase the Archiving add-on for $3.00 per user per month. Is this the case? If E1 does have archiving already but a limit of 50GB what does the Add-On do? Just provide additional storage? Please let me know...Thanks!

    Reply
    • Diane Poremsky says

      October 9, 2015 at 12:47 pm

      Archiving is available for all business & enterprise but without unlimited storage. The $3/month gets you unlimited archive mailboxes. See https://technet.microsoft.com/en-us/library/exchange-online-archiving-service-description
      Note reads: Exchange Online Plan 1 and Office 365 Business plans have a size limit on the mailbox and archive. Exchange Online Archiving for Exchange Online add-on adds unlimited cloud-based archive and In-Place Hold.

      https://technet.microsoft.com/library/exchange-online-limits.aspx has a chart of limits - this note goes with E1 mailbox storage limits: Each subscriber receives 50 GB of total storage, which the user can divide between the primary mailbox and the personal archive. As such, the size of the personal archive can’t exceed 50 GB.

      Reply
  14. Steve Titus says

    September 20, 2015 at 10:19 pm

    Diane,
    Does the user have the ability to delete emails from the Archive mailbox? Can permissions be set so it's a "roach motel", emails when archived, can not be deleted? Thanks.

    Reply
    • Diane Poremsky says

      September 20, 2015 at 11:44 pm

      Yes, they can be deleted by the mailbox owner. The only way to prevent them from deleting messages from it is by enabling litigation hold but that would affect the mailbox too.

      Reply
  15. Jonathan Yoesting says

    September 1, 2015 at 12:55 pm

    Thanks for the article. Any idea how to enable online archive for all users simultaneously?

    Reply
    • Diane Poremsky says

      September 1, 2015 at 1:52 pm

      The powershell is Enable-Mailbox -Archive -Identity UserAlias
      to apply to all, use Get-Mailbox | Enable-Mailbox –Archive
      to apply to some but not all use Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails -eq 'UserMailbox')} | Enable-Mailbox –Archive
      https://technet.microsoft.com/en-us/library/aa998251%28v=exchg.150%29.aspx

      To set the policy for all, use Get-Mailbox | Set-mailbox -RetentionPolicy policy-name
      to use a specific policy for one mailbox, use Set-Mailbox -Identity user@domain.com -RetentionPolicy policy-name

      Reply
  16. Dan says

    August 4, 2015 at 5:45 am

    Good article - cleared up a few queries - thanks! Does this work the same way for shared mailboxes? I can see the archive in OWA but not Outlook (though I can see my own archive in Outlook)?
    Thanks

    Reply
    • Diane Poremsky says

      September 1, 2015 at 3:15 pm

      No. You'll only see the online archives for accounts in your profile in Outlook desktop.

      Reply
  17. zaid says

    July 24, 2015 at 2:47 pm

    hi
    on my outlook desktop a can not see the folder archiving ?
    so are now whats the problem

    Reply
    • Diane Poremsky says

      July 25, 2015 at 4:22 pm

      You cant see the Online Archive mailbox? Which version of outlook does you have? You need the ProPlus version to view the online archive mailbox in outlook - if not, you need to use OWA to access the archive.

      Reply
  18. adhe says

    July 10, 2015 at 9:13 am

    So, the Business Premium license includes Exchange Online Archiving but Outlook as a part of Office 365 Business (the version you get with the Business Premium license) won't display it because it's not Office Pro Plus? What the what?!

    Reply
    • Diane Poremsky says

      July 10, 2015 at 1:39 pm

      That is how it looks - thanks for reminding me that I need to bug some people about that.

      Reply
    • Matt says

      October 20, 2015 at 1:44 pm

      Hi Diane, I don't suppose you managed to bug the right people about this?

      This is going to get ugly for some of us, especially at next 365 renewal when we are forced to transition off the now-discontinued MidSize Business plan (with "Office ProPlus" included) and move over to Business Premium with "Office Business" only to lose access to archives from within Outlook… I can picture the helpdesk calls now… :-/

      Reply
      • Diane Poremsky says

        October 20, 2015 at 3:16 pm

        They are working on it - i don't know when it's going to happen though. I'm expecting it by the end of the year but could be delayed. It will likely be in one of the monthly auto updates.

  19. Chris C says

    June 23, 2015 at 7:26 am

    Just asking a stupid question - so when I am offline I will not see anything in the Online Archive as a copy of the folder is not maintained locally - correct?

    Reply
    • Diane Poremsky says

      June 28, 2015 at 8:33 pm

      Correct. The mailbox isn't cached.

      Reply
  20. Daniel says

    June 12, 2015 at 1:51 pm

    Hi, nice article. I have a question, what happen if I change my Exchange plan from Plan 1 to Plan 2 because I need the unlimited storage in some users in my company. I have to do something in their mailbox, outlook or PC? Or just change the subscription and does it? They will have the unlimited storage from the moment I change. Please reply to me

    Reply
    • Diane Poremsky says

      June 12, 2015 at 4:16 pm

      You just need to change the license assigned to their user account in the online portal.
      Change license

      Reply
  21. Neil Shirley says

    March 16, 2015 at 8:27 am

    Hi.  Great article.  Do you know if it is possible to apply Exchange Online Archive to the Business subscription and therefore move to the unlimited archive?

    Reply
    • Diane Poremsky says

      March 16, 2015 at 9:05 am

      Go to https://outlook.office365.com/ecp/, select the mailbox and enable in-place is on the right. (The business subscriptions don't have an unlimited archive it's currently 50GB in the mailbox and 50GB archive.)

      Reply
      • Noel Ervine says

        September 21, 2016 at 8:00 am

        Hi Diane,
        Thanks for the article.
        I have a customer with an exchange online plan 1, and i'm going to recommend the Exchange Online Archiving option to make it unlimited but I have seen a table that shows they need a share point online plan 1 to be able to use the in place archive function.
        This isn't mentioned anywhere in this tread, is that correct or not ?

      • Diane Poremsky says

        September 21, 2016 at 11:13 am

        E1 plans include Online Archives, so no its not correct. You need an E2 to get unlimited - https://products.office.com/en-us/exchange/compare-microsoft-exchange-online-plans - i don't think they sell it as a separate addon that is just unlimited archiving (its not listed in my tenant, but i have an E3, which has the unlimited archive) - look in Subscriptions > Addon to verify.

        As a reminder, you can mix and match plans - so only the people who need larger archives need to be upgraded to E2.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 7

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • Reset the New Outlook Profile
  • Disable "Always ask before opening" Dialog
  • This operation has been cancelled due to restrictions
  • Change Outlook's Programmatic Access Options
  • How to Hide or Delete Outlook's Default Folders
  • Use Public Folders In new Outlook
  • Removing Suggested Accounts in New Outlook
  • How to Delete Stuck Read Receipts
  • Sync Issues and Errors with Gmail and Yahoo accounts
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Sync Issues and Errors with Gmail and Yahoo accounts

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.