| MailTargetEnableSsl Property |
Gets or sets a value indicating whether SSL (secure sockets layer) should be used when communicating with SMTP server.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool EnableSsl { get; set; }
Public Property EnableSsl As Boolean
Get
Set
Dim instance As MailTarget
Dim value As Boolean
value = instance.EnableSsl
instance.EnableSsl = value
member EnableSsl : bool with get, set
Property Value
Type:
BooleanSee Also