The EmailListService class extends the AppsService abstraction to define a service that is preconfigured for access to Google Apps email list feeds.

Namespace:  Google.GData.Apps
Assembly:  Google.GData.Apps (in Google.GData.Apps.dll)
Version: 1.4.0.2

Syntax

C#
public class EmailListService : Service
Visual Basic (Declaration)
Public Class EmailListService _

	Inherits Service
Visual C++
public ref class EmailListService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Apps..::.EmailListService

See Also