|
MailSmtpServer Property
|
Gets or sets the name or IP address of the SMTP server to be used for sending the
Mail message.
Namespace: GSF.Net.SmtpAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
Syntaxpublic string SmtpServer { get; set; }Public Property SmtpServer As String
Get
Set
member SmtpServer : string with get, set
function get_SmtpServer();
function set_SmtpServer(value);
View SourceProperty Value
String
Exceptions
See Also