Pop3.GetMailMessage Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
GetMailMessage(Int32)
Downloads a message with a specified number from the server and loads it into an instance of MailMessage.
Declaration
public MailMessage GetMailMessage(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sequenceNumber | The sequence number of the message to download. |
Returns
Type | Description |
---|---|
MailMessage | A downloaded message. |
Remarks
Represents POP3 RETR command.