Click or drag to resize

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

Property Value

Type: String
A string value that holds the user name.
Remarks
This property corresponds to the smtpsendusername message field property.
See Also