Gmail Helper Class Library

GmailAtomFeed.FeedUrl Property

Base Url for the gmail atom feed, the default is "https://gmail.google.com/gmail/feed/atom"

[Visual Basic]
Shared Public Property FeedUrl As String
[C#]
public static string FeedUrl { get; set; }
[C++]
public: static __property String* get_FeedUrl();
public: static __property void set_FeedUrl(String* );
[JScript]
public static function get FeedUrl() : String
public static function set FeedUrl(String);

See Also

GmailAtomFeed Class | RC.Gmail Namespace