PowerTCP Mail for .NET
HeaderField Constructor




Assigned to Name.
Used to initialize Body, Value and Parameters.
Initializes Name, Body, Value and Parameters.
Syntax
Public Function New( _
   ByVal name As String, _
   ByVal body As String _
)
Dim name As String
Dim body As String
 
Dim instance As New HeaderField(name, body)
public HeaderField( 
   string name,
   string body
)
public: HeaderField( 
   string* name,
   string* body
)
public:
HeaderField( 
   String^ name,
   String^ body
)

Parameters

name
Assigned to Name.
body
Used to initialize Body, Value and Parameters.
See Also

Reference

HeaderField Class
HeaderField Members


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