Pop3Client.Connect(Stream) Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.Connect(Stream) Method

Connect to the server using user supplied stream

public void Connect(
   Stream stream
);

Parameters

stream
The stream used to communicate with the server

Exceptions

Exception Type Condition
ArgumentNullException If stream is a null reference

See Also

Pop3Client Class | OpenPop.Pop3 Namespace | Pop3Client.Connect Overload List