Hunny Software Library Reference

Pop3Client.Uidl Method (Int32)

Sends the UIDL command with a message sequence number argument.

[Visual Basic]
Overloads Public Sub Uidl( _
   ByVal msgNum As Integer _
)
[C#]
public void Uidl(
   int msgNum
);

Remarks

The server's response reports the unique identifier for the specified message in the POP3 mailbox.

To check for success, get the ReplyCode property. To get the unique identifier for the message, get the ReplyText property.

Note: The UIDL command is an optional command that may not be implemented by all POP3 servers. If a server does not implement the UIDL command, it returns a failure response.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Pop3Client Class | Hunny.Mail Namespace | Pop3Client.Uidl Overload List | POP3 UIDL command