Skip to content

767579eb a506 6537 edeb 23187ee938e5

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

IMailLoggerFacade.Password Property

Gets and sets the e-mail account password.

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

Syntax

C#

string Password { get; set; }

Property Value

Type: String
The e-mail account password.

Remarks

This property allows to get or set the e-mail account password. Be aware, there might be a security issue if such a password is put into an unencrypted configuration file!

See Also

Reference

IMailLoggerFacade Interface
Plexdata.LogWriter.Abstraction Namespace
IMailLoggerSettings.Password

Clone this wiki locally