Pop DataReceivedEvent Event arguments.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public PopDataReceivedEventArgs( string response ) |
Visual Basic |
---|
Public Sub New ( _ response As String _ ) |
Visual C++ |
---|
public: PopDataReceivedEventArgs( String^ response ) |
Parameters
- response
- Type: System..::..String
The response received at this event.