C# 클래스 GmailClient, code

상속: IDisposable
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
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