|  | ChainedStreamCanWrite Property | 
            Check whether the stream supports writing.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic override bool CanWrite { get; }Property Value
Boolean if the stream supports writing; otherwise, 
.
 Remarks
Remarks
            The 
ChainedStream only supports writing if all of its
            streams support it.
            
 See Also
See Also