SetSMTPParam method: SMTPSession class
Syntax
SetSMTPParam(ParamName, ParamValue)
Description
Use the SetSMTPParam method to set additional parameters for the SMTP session.
You must use this method before you use any Send method.
Parameters
| Parameter | Description |
|---|---|
|
ParamName |
Specify the name of the parameter you want to overwrite. |
|
ParamValue |
Specify the value for the named parameter that you want used instead of the existing value. |
Returns
None.