Gmail Helper Class Library

GmailAtomFeed.FeedLabel Property

The label to retreive the feeds from. To get the new inbox messages set this to string.Empty.

[Visual Basic]
Public Property FeedLabel As String
[C#]
public string FeedLabel { get; set; }
[C++]
public: __property String* get_FeedLabel();
public: __property void set_FeedLabel(String* );
[JScript]
public function get FeedLabel() : String
public function set FeedLabel(String);

See Also

GmailAtomFeed Class | RC.Gmail Namespace