GraphHelper 1.1.0
dotnet add package GraphHelper --version 1.1.0
NuGet\Install-Package GraphHelper -Version 1.1.0
<PackageReference Include="GraphHelper" Version="1.1.0" />
paket add GraphHelper --version 1.1.0
#r "nuget: GraphHelper, 1.1.0"
// Install GraphHelper as a Cake Addin #addin nuget:?package=GraphHelper&version=1.1.0 // Install GraphHelper as a Cake Tool #tool nuget:?package=GraphHelper&version=1.1.0
GraphHelper
Summary
This project is a collection of extension methods that aim to provide simpler means of obtaining some of the most used Graph functionalities, mostly related to MailFolders
Status
Extension methods for Microsoft Graph types:
- MailFolder
GetMailFolderByName()
GetMailFolderByID()
GetMailFolderID()
- IMailFolderMessagesCollectionPage
GetInboxEmails()
GetSpecificFolderEmails()
- Message
SendExceptionEmail()
- GraphServiceClient
GetGraphClient()
Installation
DISCLAIMER: Plese note that this package is still under development and bugs may be present. If you spot a bug, please open a new Issue
You can install the NuGet library into your project using:
Package Manager:
Install-Package GraphHelper -Version 1.1.0
.NET CLI:
dotnet add package GraphHelper --version 1.1.0
License
Copyright © 2022 Ivan Gechev.
This package has MIT license. Refer to the LICENSE for detailed information.
Questions, comments or additions
If you have a feature request or bug report, open a new Issue or send a Pull request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Azure.Core (>= 1.22.0)
- Azure.Identity (>= 1.5.0)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.Graph (>= 4.17.0)
- Microsoft.Identity.Client (>= 4.40.0)
- Microsoft.Identity.Client.Extensions.Msal (>= 2.19.3)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 6.15.1)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
- System.Memory.Data (>= 6.0.0)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.Cryptography.ProtectedData (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
- System.Text.Json (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 305 | 2/7/2022 |
This is the initial package release