C# Class sidepop.Mail.Responses.RetrieveResponse

This class represents a RETR response message resulting from a Pop3 RETR command execution against a Pop3 Server.
Inheritance: sidepop.Mail.Responses.Pop3Response
Datei anzeigen Open project: Octopus-ITSM/sidepop

Public Methods

Method Description
RetrieveResponse ( sidepop.Mail.Responses.Pop3Response response, byte rawBytes ) : System

Initializes a new instance of the RetrieveResponse class.

Method Details

RetrieveResponse() public method

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
return System