Feed API customization class for defining email list recipient feed.

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

Syntax

C#
public class EmailListRecipientFeed : AbstractFeed
Visual Basic (Declaration)
Public Class EmailListRecipientFeed _

	Inherits AbstractFeed
Visual C++
public ref class EmailListRecipientFeed : public AbstractFeed

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.AtomBase
    Google.GData.Client..::.AtomSource
      Google.GData.Client..::.AtomFeed
        Google.GData.Client..::.AbstractFeed
          Google.GData.Apps..::.EmailListRecipientFeed

See Also