MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Imap
ImapClient Class
ImapClient Properties
AppendLimit Property
AuthenticationMechanisms Property
Capabilities Property
Inbox Property
InternationalizationLevel Property
IsAuthenticated Property
IsConnected Property
IsEncrypted Property
IsIdle Property
IsSecure Property
IsSigned Property
OtherNamespaces Property
PersonalNamespaces Property
Protocol Property
Rights Property
SharedNamespaces Property
SslCipherAlgorithm Property
SslCipherStrength Property
SslHashAlgorithm Property
SslHashStrength Property
SslKeyExchangeAlgorithm Property
SslKeyExchangeStrength Property
SslProtocol Property
SupportsQuotas Property
SyncRoot Property
ThreadingAlgorithms Property
Timeout Property
Imap
Client
Timeout Property
Get or set the timeout for network streaming operations, in milliseconds.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
int
Timeout
{
get
;
set
; }
Property Value
Int32
The timeout in milliseconds.
Implements
IMailService
Timeout
IMailService
Timeout
Remarks
Gets or sets the underlying socket stream's
ReadTimeout
and
WriteTimeout
values.
See Also
Reference
ImapClient Class
MailKit.Net.Imap Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast