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
- MailFolder
GetMailFolderByName()
GetMailFolderByID()
GetMailFolderID()
- IMailFolderMessagesCollectionPage
GetInboxEmails()
GetSpecificFolderEmails()
- Message
SendExceptionEmail()
- GraphServiceClient
GetGraphClient()
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
Copyright © 2022 Ivan Gechev.
This package has an MIT license. Refer to the LICENSE for detailed information.
If you have a feature request or bug report, open a new Issue or send a Pull request.