C# 클래스 Tp.PopEmailIntegration.EmailReader.Client.MailBee.Pop3MailBeeClient

상속: IMailBeeClient
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Connect ( string serverName, int port, SslStartupMode sslMode ) : bool
Disconnect ( ) : bool
Dispose ( ) : void
DownloadMessage ( string uid ) : MailMessage
GetErrorDescription ( ) : string
GetMessageUids ( ) : string[]
LogIn ( string login, string password, AuthenticationMethods authenticationMethod ) : bool
Pop3MailBeeClient ( ) : System

메소드 상세

Connect() 공개 메소드

public Connect ( string serverName, int port, SslStartupMode sslMode ) : bool
serverName string
port int
sslMode SslStartupMode
리턴 bool

Disconnect() 공개 메소드

public Disconnect ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DownloadMessage() 공개 메소드

public DownloadMessage ( string uid ) : MailMessage
uid string
리턴 MailMessage

GetErrorDescription() 공개 메소드

public GetErrorDescription ( ) : string
리턴 string

GetMessageUids() 공개 메소드

public GetMessageUids ( ) : string[]
리턴 string[]

LogIn() 공개 메소드

public LogIn ( string login, string password, AuthenticationMethods authenticationMethod ) : bool
login string
password string
authenticationMethod AuthenticationMethods
리턴 bool

Pop3MailBeeClient() 공개 메소드

public Pop3MailBeeClient ( ) : System
리턴 System