PowerTCP Mail for .NET
Textpart Constructor




String value used to initialize Content.
Constructor used to create a Textpart.
Syntax
Public Function New( _
   ByVal content As String _
)
Dim content As String
 
Dim instance As New Textpart(content)
public Textpart( 
   string content
)
public: Textpart( 
   string* content
)
public:
Textpart( 
   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

Textpart Class
Textpart Members


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