ComponentSpace Trace Listeners Class Library Reference

SmtpTraceListener.SmtpServer Property

Gets or sets the name of the SMTP mail server to use to send all e-mail messages.

[Visual Basic]
Public Property SmtpServer As String
[C#]
public string SmtpServer {get; set;}

Property Value

The name of the SMTP mail server to use to send all e-mail messages. The default is the local SMTP mail server.

See Also

SmtpTraceListener Class | ComponentSpace.TraceListeners Namespace