MailServiceSmtpServer Property |
The name of the e-mail relay server. If SmtpServer is not set, the name of the local SMTP server is used.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string SmtpServer { get; set; }
Public Property SmtpServer As String
Get
Set
Property Value
Type:
StringA string representing the SmtpServer to use to send the message
See Also