Click or drag to resize
MimeKit

MailServiceTimeout Property

Gets or sets the timeout for network streaming operations, in milliseconds.

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

Property Value

Int32
The timeout in milliseconds.

Implements

IMailServiceTimeout
Remarks
Gets or sets the underlying socket stream's ReadTimeout and WriteTimeout values.
See Also