GraphHelper 1.1.0

dotnet add package GraphHelper --version 1.1.0
NuGet\Install-Package GraphHelper -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GraphHelper" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GraphHelper --version 1.1.0
#r "nuget: GraphHelper, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

NuGet Badge

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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 255 2/7/2022

This is the initial package release