Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.Remove Method 

Removes an AtomFeedEntry from the collection

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

Parameters

feedEntry
AtomFeedEntry to be removed

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace