Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.Add Method 

Adds an AtomFeedEntry object to the collection

[Visual Basic]
Public Sub Add( _ 
   ByVal feedEntry As AtomFeedEntry _ 
)
[C#]
public void Add(
   AtomFeedEntry feedEntry
);
[C++]
public: void Add(
   AtomFeedEntry* feedEntry
);
[JScript]
public function Add(
   AtomFeedEntry feedEntry
);

Parameters

feedEntry
AtomFeedEntry to add

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace