MailServiceAuthenticationType Property |
Specifies the authentication mechanism to use when authentication is required to send messages to an SMTP service using a TCP/IP network socket.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SmtpAuthenticationType AuthenticationType { get; set; }
Public Property AuthenticationType As SmtpAuthenticationType
Get
Set
Property Value
Type:
SmtpAuthenticationTypeAn SmtpAuthenticationType value.
Remarks Corresponds to the smtpauthinticate message field property.
See Also