-1

The link specified: https://code.google.com/p/google-api-dotnet-client/wiki/APIs#Gmail_API points to an outdated page, and the new reference on that page does not have it either: https://developers.google.com/api-client-library/dotnet/apis/

I don't see it on Nuget either.

joe
  • 1,125
  • 9
  • 18
  • Not sure this is a "recommendation" here, these are official client libraries for the gmail api that were missing. Seems pretty target question/issue for the "gmail-api" tag even if it is an "off-site resource". – Eric D Jun 26 '14 at 16:37

1 Answers1

0

[Updated] It's finally ready now and linked from the downloads page like you'd expect: https://developers.google.com/gmail/api/downloads

That links to the .NET client docs: https://developers.google.com/api-client-library/dotnet/apis/gmail/v1

Which has pointers to the libraries in NuGet.

Eric D
  • 6,901
  • 1
  • 15
  • 26