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

POP3Client.GetTop Method (Int32)

Send a TOP command to the pop3 server

public string GetTop(
   int num
);

Parameters

num
message number

Return Value

The server answer

Remarks

The answer depend on server implementation.

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.GetTop Overload List