A subclass of FeedQuery to query a Google Apps email list recipient 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 EmailListRecipientQuery : FeedQuery
Visual Basic (Declaration)
Public Class EmailListRecipientQuery _

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

Inheritance Hierarchy

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

See Also