Click or drag to resize
MimeKit

IMailServiceTimeout Property

Get or set the timeout for network streaming operations, in milliseconds.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
int Timeout { get; set; }

Property Value

Int32
The timeout in milliseconds.
Remarks
Gets or sets the underlying socket stream's ReadTimeout and WriteTimeout values.
See Also