Feed API customization class for defining the Google Apps Domain Migration API's mail item feed.

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

Syntax

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

	Inherits AbstractFeed
Visual C++
public ref class MailItemFeed : 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.Migration..::.MailItemFeed

See Also