|  | FilteredStreamWriteTimeout Property | 
            Get or set a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic override int WriteTimeout { get; set; }Property Value
Int32A value, in milliseconds, that determines how long the stream will attempt to write before timing out.
 Remarks
Remarks
            Gets or sets the write timeout on the 
Source stream.
            
 See Also
See Also