Smtp ConnectedEvent Event arguments.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public SmtpConnectedEventArgs( string host, int port ) |
Visual Basic |
---|
Public Sub New ( _ host As String, _ port As Integer _ ) |
Visual C++ |
---|
public: SmtpConnectedEventArgs( String^ host, int port ) |
Parameters
- host
- Type: System..::..String
The SMTP server host name or IP address.
- port
- Type: System..::..Int32
The SMTP server port number.