DirectSendServerConfigTimeout Property |
Gets or sets the amount of time (in milliseconds) the component will wait for a response from the server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
Property Value
Type:
Int32The 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 Remarks See Also