MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Smtp
SmtpClient Class
SmtpClient Properties
AuthenticationMechanisms Property
Capabilities Property
DeliveryStatusNotificationType Property
IsAuthenticated Property
IsConnected Property
IsEncrypted Property
IsSecure Property
IsSigned Property
LocalDomain Property
MaxSize Property
PreferSendAsBinaryData Property
Protocol Property
RequireTLS Property
SslCipherAlgorithm Property
SslCipherStrength Property
SslHashAlgorithm Property
SslHashStrength Property
SslKeyExchangeAlgorithm Property
SslKeyExchangeStrength Property
SslProtocol Property
SyncRoot Property
Timeout Property
Smtp
Client
Timeout Property
Get or set the timeout for network streaming operations, in milliseconds.
Namespace:
MailKit.Net.Smtp
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
SmtpClient Class
MailKit.Net.Smtp Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast