Click or drag to resize

MailServiceSmtpPort Property

The port on which the SMTP service specified by the smtpserver field is listening for connections.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int SmtpPort { get; set; }

Property Value

Type: Int32
A integer value that indicates the server port to use in sending the message.
Remarks
This property corresponds to the smtpserverport message field property.
See Also