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 );
AtomFeedEntry to be removedGmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace