A subclass of FeedQuery to query a Google Apps email list feed URI. Provides public properties that describe the different aspects of the URI, as well as a composite URI.

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

Syntax

C#
public class EmailListQuery : FeedQuery
Visual Basic (Declaration)
Public Class EmailListQuery _

	Inherits FeedQuery
Visual C++
public ref class EmailListQuery : public FeedQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Apps..::.EmailListQuery

See Also