DirectSendServerConfigTimeout Property
Gets or sets the amount of time (in milliseconds) the component will wait for a response from the server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int Timeout { get; set; }

Property Value

Type: Int32
The amount of time (in milliseconds) the component will wait for data to be received from the server before returning an error. The default value is DefaultTimeout.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is negative.
Remarks
To access DirectSendServerConfig object, use Smtp.DirectSendDefaults property.
See Also