Skip to content

3cb15004 9886 9479 998f 148c89a6c6b9

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

MailLoggerFacade.CreateSmtpClient Method

Creates a new instance of a SMTP Client.

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

Syntax

C#

private SmtpClient CreateSmtpClient()

Return Value

Type: SmtpClient
The new SMTP Client instance.

Remarks

This method creates a new instance of a SMTP Client. Be aware, any kind of system exception can occur.

See Also

Reference

MailLoggerFacade Class
Plexdata.LogWriter.Facades Namespace

Clone this wiki locally