Gmail Helper Class Library

GmailAtomFeed.RawFeed Property

Returns the feed data retreived from gmail

[Visual Basic]
Public Property ReadOnly RawFeed As String
[C#]
public string RawFeed { get; }
[C++]
public: __property String* get_RawFeed();
[JScript]
public function get RawFeed() : String

See Also

GmailAtomFeed Class | RC.Gmail Namespace