AsciiTextHeader Constructor
The AsciiTextHeader constructor creates a new instance of the AsciiTextHeader class that has the name that is specified in name and the value that is specified in value.
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 AsciiTextHeader(name, value)
public AsciiTextHeader(
    string name,
    string value
)
Parameters
- name
 Type: System.String
 The name for this AsciiTextHeader.
- value
 Type: System.String
 The value of this AsciiTextHeader.
See Also