Inserts an AtomFeedEntry at the specified position
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal feedEntry As AtomFeedEntry _ ) [C#] public void Insert( int index, AtomFeedEntry feedEntry ); [C++] public: void Insert( int index, AtomFeedEntry* feedEntry ); [JScript] public function Insert( int index, AtomFeedEntry feedEntry );
AtomFeedEntry to insertGmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace