Gmail Helper Class Library

GmailAtomFeed.GetFeed Method 

Gets the current atom feed for the specified account and loads all properties and collections with the feed data. Any existing data will be replaced by the new feed.

Note    If the FeedLabel property equals string.Empty the feed for the inbox will be retreived.

[Visual Basic]
Public Sub GetFeed()
[C#]
public void GetFeed();
[C++]
public: void GetFeed();
[JScript]
public function GetFeed();

See Also

GmailAtomFeed Class | RC.Gmail Namespace