![]() FeedUrl | Base Url for the gmail atom feed, the default is "https://gmail.google.com/gmail/feed/atom" |
GmailAtomFeed Constructor | Constructor, creates the gmail atom feed object. Note Creating the object does not get the feed, the
|
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 |
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 |
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. |
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. |
GmailAtomFeed Class | RC.Gmail Namespace