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 _
)
public AsciiTextHeader (
string name,
string value
)
public:
AsciiTextHeader (
String^ name,
String^ value
)
public AsciiTextHeader (
String name,
String value
)
public function AsciiTextHeader (
name : String,
value : String
)
Parameters
- name
The name for this AsciiTextHeader.
- value
The value of this AsciiTextHeader.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also