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).