Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.IndexOf Method 

Returns the position of the first of the AtomFeedEntry object. If it is not found then -1 is returned.

[Visual Basic]
Public Function IndexOf( _ 
   ByVal feedEntry As AtomFeedEntry _ 
) As Integer
[C#]
public int IndexOf(
   AtomFeedEntry feedEntry
);
[C++]
public: int IndexOf(
   AtomFeedEntry* feedEntry
);
[JScript]
public function IndexOf(
   AtomFeedEntry feedEntry
): int;

Parameters

feedEntry
AtomFeedEntry to find

Return Value

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace