MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Pop3
Pop3Client Class
Pop3Client Properties
AuthenticationMechanisms Property
Capabilities Property
Count Property
ExpirePolicy Property
Implementation Property
IsAuthenticated Property
IsConnected Property
IsEncrypted Property
IsSecure Property
IsSigned Property
LoginDelay Property
Protocol Property
Size Property
SslCipherAlgorithm Property
SslCipherStrength Property
SslHashAlgorithm Property
SslHashStrength Property
SslKeyExchangeAlgorithm Property
SslKeyExchangeStrength Property
SslProtocol Property
SupportsUids Property
SyncRoot Property
Timeout Property
Pop
3Client
Timeout Property
Gets or sets the timeout for network streaming operations, in milliseconds.
Namespace:
MailKit.Net.Pop3
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
Pop3Client Class
MailKit.Net.Pop3 Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast