// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. global using System.Text; global using System.Text.RegularExpressions; global using System.IO; global using Microsoft.Office.Interop.Outlook; global using System.Text.Json; global using System.Text.Json.Serialization; global using System.CommandLine; global using System.CommandLine.Invocation;