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 _
)
public TextHeader (
    string name,
    string value
)
public:
TextHeader (
    String^ name, 
    String^ value
)
public TextHeader (
    String name, 
    String value
)
public function TextHeader (
    name : String, 
    value : String
)
Parameters
- name
 The name to assign to the header represented by this TextHeader object.
- value
 The value to assign to the header represented by this TextHeader object.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003