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

POP3Client.GetUidl Method (Int32)

Send a UIDL command

public string GetUidl(
   int num
);

Parameters

num
Message number

Return Value

The server answer an unique identifier for the message 'num'.

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