Click or drag to resize

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

Property Value

Type: String
A string representing the SmtpServer to use to send the message
See Also