Skip to content

Example of send and receive methods for the Gmail API using .NET core

Notifications You must be signed in to change notification settings

colinthomas-z80/GmailAPIExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuget packages required

AE.Net.Mail
Google.Apis.Gmail.v1
Microsoft.AspNetCore.WebUtilities
System.Text.Encoding.CodePages

Directions

Follow the tutorial at https://developers.google.com/gmail/api/quickstart/dotnet to activate Google api for your account and setup credentials for your project.

The "Scopes" variable must be set for which method you want to test. GmailReadonly for reading emails, GmailSend for sending. Each time you change scopes, Go to folder view bin/ and delete token.json

About

Example of send and receive methods for the Gmail API using .NET core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages