  | MemoryBlockStreamToArray Method | 
            Copy the memory stream into a byte array.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
SyntaxReturn Value
ByteThe array.
Exceptions
Remarks
            Copies all the stream data into a newly allocated byte array.
            
See Also