PowerTCP Mail for .NET
GetContentStream Method (Textpart)




Gets a MemoryStream that has been filled with encoded Content.
Syntax
Public Overrides Function GetContentStream() As Stream
Dim instance As Textpart
Dim value As Stream
 
value = instance.GetContentStream()
public override Stream GetContentStream()
public: Stream* GetContentStream(); override 
public:
Stream^ GetContentStream(); override 
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