Skip to content

19a25400 4cdc bdfd 3f06 e2c412ee1608

Axel Kesseler edited this page Mar 1, 2023 · 4 revisions

MailLoggerFacade.SmtpPort Property

Gets and sets the SMTP port name.

Namespace: Plexdata.LogWriter.Facades
Assembly: Plexdata.LogWriter.Mail (in Plexdata.LogWriter.Mail.dll) Version: 1.0.7.1

Syntax

C#

public int SmtpPort { get; set; }

Property Value

Type: Int32
The SMTP port name.

Implements

IMailLoggerFacade.SmtpPort

Remarks

This property allows to get or set the SMTP port name. Usually, such a port is set to 587 for new SMTP servers. Legacy SMTP servers may use 25 as SMTP port.

See Also

Reference

MailLoggerFacade Class
Plexdata.LogWriter.Facades Namespace
IMailLoggerSettings.SmtpPort

Clone this wiki locally