C# Класс GmailClient, code

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )

Приватные методы

Метод Описание
GetFeedXml ( ) : XmlElement,

Get the XML feed from google and transform it into a deserializable format

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetMailItem() публичный Метод

Returns the GmailItem at the specified index
public GetMailItem ( int index ) : GmailItem
index int Index if the mail item to return
Результат GmailItem

GetUnreadMail() публичный Метод

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.
public GetUnreadMail ( ) : void
Результат void

GmailClient() публичный Метод

public GmailClient ( string userName, string password )
userName string
password string