SOLVED – Can Outlook custom properties in an email be viewed by another user?

Developing an add-in that saves custom properties on an e-mail using the “saveAsync” method of the Office-js api: https://docs.microsoft.com/en-us/javascript/api/outlook/office.customproperties?view=outlook-js-preview#outlook-office-customproperties-saveasync-member. You can view the properties if you create the e-mail, save the properties using the add-in and send it to yourself. However, if you send that same email to another user, that user is not able…

SOLVED – Are SharePoint Online and OneDrive, FDA Part 11 compliant?

Are Sharepoint and One Drive in compliance with the FDA part 11? We found an answer to the complicated question. Check it out below: Solution According to this official article, Microsoft enterprise cloud services undergo regular independent third-party SOC 1 Type 2 and SOC 2 Type 2 audits and are certified according to ISO/IEC 27001…

SOLVED – Cannot Run AzureAD commands in Windows Server 2016 Powershell

AzureAD module is a great match for Windows Server 2016 machines. Read more to find out what to do if you Cannot Run AzureAD commands in Windows Server 2016 Powershell Install-Module -Name AzureAD can be used to install AzureAD module on Windows Server 2016 machines. However, you might see the following error when you run…

SOLVED – Targeted Frameworks Not Showing Options for .NET Framework 4.8 VS2022

Windows Forms app is a great tool for many useful purposes. However, what to do if Targeted Frameworks Not Showing Options for .NET Framework 4.8 VS2022 – Solution While working on big projects with many details, it is pretty common to make little mistakes. Sometimes a small thing can halt the process and end up…