MailServiceSmtpUserName Property |
The username for authenticating to an SMTP server using basic (clear-text) authentication.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string SmtpUserName { get; set; }
Public Property SmtpUserName As String
Get
Set
Property Value
Type:
StringA string value that holds the user name.
Remarks This property corresponds to the smtpsendusername message field property.
See Also