Click or drag to resize

MailServiceUseSSL Property

True if the SMTP server should use SSL.

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

Property Value

Type: Boolean
A boolean value indicating whether or not to send using SSL.
Remarks
This property corresponds to the smtpusessl message field property.
See Also