Click or drag to resize

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; }

Property Value

Type: SmtpAuthenticationType
An SmtpAuthenticationType value.
Remarks
Corresponds to the smtpauthinticate message field property.
See Also