Gmail Helper Class Library

GmailAtomFeed Properties

The properties of the GmailAtomFeed class are listed below. For a complete list of GmailAtomFeed class members, see the GmailAtomFeed Members topic.

Public Static (Shared) Properties

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

Public Instance Properties

FeedEntries Collection containing the feeds entry objects
FeedLabel The label to retreive the feeds from. To get the new inbox messages set this to string.Empty.
FeedXml Returns the feed data retreived from gmail
GmailPassword The password of the gmail account that the message will be sent through
GmailUserName The username of the gmail account that the message will be sent through
Message Returns the /feed/tagline property
Modified Returns the /feed/modified property
RawFeed Returns the feed data retreived from gmail
Title Returns the /feed/title property

See Also

GmailAtomFeed Class | RC.Gmail Namespace