Skip to content

A collection of Microsoft Graph Helper methods related to MailFolders

License

Notifications You must be signed in to change notification settings

Banovvv/GraphHelper

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages