ErrorCodesNoSmtpServersSpecified Field |
At least one SMTP relay server must be specified in order to start the requested operation.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int NoSmtpServersSpecified
Public Const NoSmtpServersSpecified As Integer
Field Value
Type:
Int32Remarks For instance,
SmtpServers collection must contain
at least one SMTP relay server in order to connect or send mail to an SMTP relay server.
See Also