microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.1-py

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

dotnet/email/Includes.cs

11lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4global using System.Text;
5global using System.Text.RegularExpressions;
6global using System.IO;
7global using Microsoft.Office.Interop.Outlook;
8global using System.Text.Json;
9global using System.Text.Json.Serialization;
10global using System.CommandLine;
11global using System.CommandLine.Invocation;
12