MailKit Documentation
MailKit Documentation
API Reference
MailKit
MailService Class
MailService Properties
AuthenticationMechanisms Property
CheckCertificateRevocation Property
ClientCertificates Property
IsAuthenticated Property
IsConnected Property
IsEncrypted Property
IsSecure Property
IsSigned Property
LocalEndPoint Property
Protocol Property
ProtocolLogger Property
ProxyClient Property
ServerCertificateValidationCallback Property
SslCipherAlgorithm Property
SslCipherStrength Property
SslHashAlgorithm Property
SslHashStrength Property
SslKeyExchangeAlgorithm Property
SslKeyExchangeStrength Property
SslProtocol Property
SslProtocols Property
SyncRoot Property
Timeout Property
Mail
Service
Timeout Property
Gets or sets the timeout for network streaming operations, in milliseconds.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
abstract
int
Timeout
{
get
;
set
; }
Property Value
Int32
The timeout in milliseconds.
Implements
IMailService
Timeout
Remarks
Gets or sets the underlying socket stream's
ReadTimeout
and
WriteTimeout
values.
See Also
Reference
MailService Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast