PowerTCP Mail for .NET
GetContentStream Method (Textpart)




Gets a MemoryStream that has been filled with encoded Content.
Syntax
public override Stream GetContentStream()
public: Stream* GetContentStream(); override 
public:
Stream^ GetContentStream(); override 
Public Overrides Function GetContentStream() As Stream
 
Dim instance As Textpart
Dim value As Stream
 
value = instance.GetContentStream()
Remarks
Set Content to specify the source of the data for this encoding. If Content is null, then an expandable MemoryStream is created for subsequent decoding (using Write).
See Also

Reference

Textpart Class
Textpart Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic