function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EmilienGuichardEmilienGuichard 

Retrieve contacts emails from Gmail for autocomplete in a Visualforce page

Hello,

I have a visualforce page used for sending an email to some contacts and Salesforce users.
This email can also be sent to people that are not contacts nor users in Salesforce but contacts from my Gmail address book.

My idea would be to have the same autocomplete that exists in Gmail when typing the name of the contact but in the visualforce page using Google API.

Does asomebody has already achieved something like that ?

Many thanks for your insights.