Creates a new PopOutputStream object.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public PopOutputStream( Pop pop, Socket client ) |
Visual Basic |
---|
Public Sub New ( _ pop As Pop, _ client As Socket _ ) |
Visual C++ |
---|
public: PopOutputStream( Pop^ pop, Socket^ client ) |
Parameters
- pop
- Type: Jscape.Email..::..Pop
The Pop instance associated with the output stream.
- client
- Type: System.Net.Sockets..::..Socket
The socket associated with the output stream.