office 2016
25 TopicsMoving Office 365 Mailboxes to IMAP Servers - What’s the Best Approach
I’ve recently been looking into scenarios where organizations need to move mailboxes from Microsoft 365 to IMAP based email servers, and I noticed this is still a common requirement in many migrations. In most cases, the challenge is not just moving emails, but making sure everything like folder structure, old emails, and user data stays intact without creating too much disruption for users. From what I’ve seen, doing this manually can get very complex, especially when there are multiple mailboxes or large data volumes involved. That’s where migration tools usually come into the picture. Most tools simplify things by handling: 1. Secure connection to Microsoft 365 accounts 2. Bulk mailbox migration 3. Preserving folder hierarchy 4. Reducing downtime during the move 5. Avoiding duplicate data issues One thing I’ve noticed is that running a small pilot migration first always helps. It gives a clear idea of how the actual migration will behave before moving all users. Has anyone here worked on Office 365 to IMAP migration at scale? Would be good to know what approaches or tools worked best in your case and what challenges you faced during the process.93Views0likes2CommentsNeed to Restore PST Files to Office 365 Mailboxes - What's the Best Approach
Hey everyone, I have a task coming up where I need to restore several PST files back into Office 365 mailboxes. Haven't done this before at this scale and honestly not sure where to begin. I've looked at Microsoft's native import service through Purview but I have a few concerns: Some of the PST files are quite large — not sure how well it handles that I need to restore only specific folders for some users, not the entire PST I'm worried about data consistency after the restore Would prefer something that doesn't require too many admin roles or complex setup For those who have done PST to Office 365 restores — what approach worked best for you? Any tools, tips, or things to watch out for that you wish you knew before starting?61Views0likes1CommentPublish an Excel Add-in by just submitting the add-in manifest to Microsoft Marketplace
I am working on Excel Add-in built using the react template. We are planning to host the add-in code on our domain and update the manifest to point to the URL for our domain. Can I just submit the add-in manifest to Microsoft to publish it in Microsoft Marketplace?116Views0likes1CommentI haven't seen anyone talking about this online store
There is this office and windows key store called esd codes and they sell office keys. They seem legit since they're affiliated with Microsoft and they have mostly positive reviews but I the description of every office key and I mean every has a note stating "if office (literally every single one) version is not available, you will receive the Professional Plus version at the same price" which they are trying to make it look like an upgrade but from what I searched the professional plus versions are bought in bulk by big companies and organizations and after they stop being updated they are being sold for cheap probably by employees. I have found multiple for less than 2 or even 1 buck and I feel they are scamming people.623Views0likes1CommentHow to extract data from Word tables into Excel
Thx!And I was dealing with a bunch of old Word forms filled out over the past decade – inconsistent fields, messy tables. I need to extract the data for each field into Excel for analysis and processing. Is there a good way to do this? I heard about this tool from a friend. Has anyone here used it? Is it good? https://chestnuttable.vercel.app/169Views0likes1CommentHow to open Office file in react web App?
Hi Team, I want to show my office file into my web App. Few office file reside in sharepoint server and few are in my local storage. I want to show word/excel/powerpoint files in my reactweb app. I referred, the link, But not much clear, Is there any example available to show office files in my react-web app?587Views0likes2CommentsA Microsoft site that part of Office relies on has a faulty certificate. Who can I report that to?
A Microsoft site/server(s) that part of Office relies on to embed videos and other online media has a faulty certificate used for HTTPS. Who can I report that to? This isn't a fault with an installation at our end but on Microsoft's infrastructure.310Views0likes0CommentsI can't add an O365 email to MS Outlook
Hi all, "email address removed for privacy reasons" and "email address removed for privacy reasons" are Office 365 accounts . My PC and user's PC are Windows 10 , with Office 2016 standard I can add "email address removed for privacy reasons" to MS Outlook on my pc and user's pc I can't add "email address removed for privacy reasons" to MS Outlook on my pc and user's pc but I can access it from the web. I go to https://testconnectivity.microsoft.com --> Office 365 --> Outlook Connectivity and test "email address removed for privacy reasons" with Modern Authentication (OAuth) credentials successfully. How can I troubleshoot it ?565Views0likes0CommentsMS Access: Office 365 vs Office 2016 Issue
I have a form that has a dropdown box which is filled with data from another table based on whether the date selected by the user is Sunday, Monday, ... This function works correctly in Office 2016 but when I open the application with Office 365 the functionality does not work, i.e. nothing shows up in the dropdown box. I wonder if the 'iff' function has changed slightly causing the issue. Below the is the SQL View behind the dropdown box. I've also included two images, the first is what it looks like when running Office 2016 and the second when running Office 365. SELECT tblRoutes.RouteID, tblRoutes.RouteShortName AS Run, tblRoutes.RouteType AS Type, tblRoutes.PullOutTime AS Start, tblRoutes.PullInTime AS [End], tblRoutes.Sunday, tblRoutes.Monday, tblRoutes.Tuesday, tblRoutes.Wednesday, tblRoutes.Thursday, tblRoutes.Friday, tblRoutes.Saturday FROM tblRoutes WHERE (((tblRoutes.Sunday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=1,-1,9))) OR (((tblRoutes.Monday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=2,-1,9))) OR (((tblRoutes.Tuesday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=3,-1,9))) OR (((tblRoutes.Wednesday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=4,-1,9))) OR (((tblRoutes.Thursday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=5,-1,9))) OR (((tblRoutes.Friday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=6,-1,9))) OR (((tblRoutes.Saturday)=IIf(Weekday([Forms]![frmDemandResponseAdd]![DateOfTrip])=7,-1,9))) ORDER BY tblRoutes.RouteShortName; Thanks, Jeremy671Views0likes1Comment