Simple Mail and Post Office Protocol for .Net (SmtPop)

POP3Client.GetUidl Method ()

Send a UIDL command

public string GetUidl();

Return Value

The server answer

Remarks

The server return a list of unique identifier for all message in mailbox.

Each line as the form :

nnn IIIIIII where n is the message number and IIIII the unique message identifier.

Exceptions

Exception Type Condition
Exception Raise in case of communication error
POP3Exception Raise if the server return an error condition

See Also

POP3Client Class | SmtPop Namespace | POP3Client.GetUidl Overload List