Gmail Helper Class Library

GmailAtomFeed Members

GmailAtomFeed overview

Public Static (Shared) Properties

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

Public Instance Constructors

GmailAtomFeed Constructor Constructor, creates the gmail atom feed object.
Note    Creating the object does not get the feed, the GetFeed method must be called to get the current feed.

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

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFeed Gets the current atom feed for the specified account and loads all properties and collections with the feed data. Any existing data will be replaced by the new feed.
Note    If the FeedLabel property equals string.Empty the feed for the inbox will be retreived.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

GmailAtomFeed Class | RC.Gmail Namespace