FeedURL Property
The URL of a Google Contacts feed.
Syntax
char* GetFeedURL();
int SetFeedURL(char* lpszFeedURL);
Default Value
"https://www.google.com/m8/feeds/contacts/[user]/full"
Remarks
This property contains the URL of the Google Contacts feed. This value will be populated with the default URL of the Contacts feed once User is set, which is in the form: https://www.google.com/m8/feeds/contacts/[user]/full
This property is used to specify the URL that QueryContacts will send a request to. You can change the value if you wish to send the request to a different URL.
This property is not available at design time.
Data Type
String