0

I've been searching for a very long time for a way to fetch gmail messages from my MS Access application. I finally found this post here that includes sample vba code to do that.

I'm having 2 issues implementing it.

1) How do I "Use the pre-made GoogleAuthenticator found in authenticators/ folder"?

Is this a vba class module or an existing library that I need to reference? Where do I find the authenticators/ folder?

2) Missing references to WebClient, WebRequest, WebResponse and Dictionary are preventing this code from compiling.

Are these references contained in the GoogleAuthenticator or other libraries that need to be referenced?

Erik A
  • 31,639
  • 12
  • 42
  • 67
Sup
  • 1
  • 1
  • 1
    Can you fix the link to the post your searches yielded? – Vandal Jul 24 '17 at 22:34
  • https://stackoverflow.com/questions/13825223/fetching-gmail-inbox-mail-messages-via-cdo-in-vba-excel/45265547#45265547 – Sup Jul 25 '17 at 04:55

0 Answers0