Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.Insert Method 

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
);

Parameters

index
Position to insert at
feedEntry
AtomFeedEntry to insert

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace