Gmail Helper Class Library

GmailAtomFeed.FeedXml Property

Returns the feed data retreived from gmail

[Visual Basic]
Public Property ReadOnly FeedXml As XmlDocument
[C#]
public XmlDocument FeedXml { get; }
[C++]
public: __property XmlDocument* get_FeedXml();
[JScript]
public function get FeedXml() : XmlDocument

See Also

GmailAtomFeed Class | RC.Gmail Namespace