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; }
Public Property UseSSL As Boolean
Get
Set
Property Value
Type:
BooleanA boolean value indicating whether or not to send using SSL.
Remarks This property corresponds to the smtpusessl message field property.
See Also