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
Afficher le fichier Open project: Octopus-ITSM/sidepop

Méthodes publiques

Méthode Description
RetrieveResponse ( sidepop.Mail.Responses.Pop3Response response, byte rawBytes ) : System

Initializes a new instance of the RetrieveResponse class.

Method Details

RetrieveResponse() public méthode

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
Résultat System