PowerTCP Mail for .NET
Htmlpart Constructor




String value used to initialize Content.
Constructor used to create an Htmlpart.
Syntax
Public Function New( _
   ByVal content As String _
)
Dim content As String
 
Dim instance As New Htmlpart(content)
public Htmlpart( 
   string content
)
public: Htmlpart( 
   string* content
)
public:
Htmlpart( 
   String^ content
)

Parameters

content
String value used to initialize Content.
Remarks
Content must be null when decoding (the encoding Stream is being written to), and not null when encoding (the encoding Stream is being read from).
See Also

Reference

Htmlpart Class
Htmlpart Members


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