MailSmtpServer Property

Gets or sets the name or IP address of the SMTP server to be used for sending the Mail message.

Definition

Namespace: Gemstone.Net.Smtp
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
public string SmtpServer { get; set; }

Property Value

String

Exceptions

ArgumentNullExceptionValue being assigned is a null or empty string.

See Also