Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

.NET C# compiler error #496

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Code as follows
using Google.GData.Apps;
using Google.GData.Client;
using Google.GData.Extensions;
using Google.GData.Apps.GoogleMailSettings;
GoogleMailSettingsService servicex = new 
GoogleMailSettingsService("example.com", "your-apps");
                        servicex.setUserCredentials("adminUsername", "adminPassword");
                        AppsExtendedFeed sendas = servicex.RetrieveSendAs("venu");
2.
3.

What is the expected output? What do you see instead?
Google.GData.Apps.GoogleMailSettings.GoogleMailSettingsService' does not 
contain a definition for 'RetrieveSendAs' 

What version of the product are you using? On what operating system?
.NET 4.0 Google API 1.7.0.1 Windows 7

Please provide any additional information below.

Unable to locate the method in the .dll Is there a newer version?

Original issue reported on code.google.com by sys...@g.uky.edu on 31 Mar 2011 at 9:54

GoogleCodeExporter commented 8 years ago
The new feeds for the Email Settings API are not available in the installer yet 
but only in the latest source.
To checkout the latest version of the code from the repository using svn, 
follow the instructions at

http://code.google.com/p/google-gdata/source/checkout

Original comment by ccherub...@google.com on 31 Mar 2011 at 10:12