C# 클래스 sidepop.Mail.Responses.RetrieveResponse

This class represents a RETR response message resulting from a Pop3 RETR command execution against a Pop3 Server.
상속: sidepop.Mail.Responses.Pop3Response
파일 보기 프로젝트 열기: Octopus-ITSM/sidepop

공개 메소드들

메소드 설명
RetrieveResponse ( sidepop.Mail.Responses.Pop3Response response, byte rawBytes ) : System

Initializes a new instance of the RetrieveResponse class.

메소드 상세

RetrieveResponse() 공개 메소드

Initializes a new instance of the RetrieveResponse class.
public RetrieveResponse ( sidepop.Mail.Responses.Pop3Response response, byte rawBytes ) : System
response sidepop.Mail.Responses.Pop3Response The response.
rawBytes byte
리턴 System