Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.46 KB

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 an 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.