Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetMailItem ( int index ) : GmailItem |
Returns the GmailItem at the specified index
|
|
GetUnreadMail ( ) : void |
I'd prefer to return the generic list here instead of using the GetMailItem method to get individual items, but javascript doesn't play nice with generics.
|
|
GmailClient ( string userName, string password ) |
Method | Description | |
---|---|---|
GetFeedXml ( ) : XmlElement, |
Get the XML feed from google and transform it into a deserializable format
|
public GetMailItem ( int index ) : GmailItem | ||
index | int | Index if the mail item to return |
return | GmailItem |
public GmailClient ( string userName, string password ) | ||
userName | string | |
password | string |