TextHeader Constructor
The TextHeader constructor creates a new TextHeader object from name and value strings.
Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
'Usage
Dim name As String
Dim value As String
Dim instance As New TextHeader(name, value)
public TextHeader(
    string name,
    string value
)
Parameters
- name
 Type: System.String
 The name to assign to the header represented by this TextHeader object.
- value
 Type: System.String
 The value to assign to the header represented by this TextHeader object.