ContentTypeHeader Constructor (String)
The ContentTypeHeader constructor creates a new ContentTypeHeader object that specifies the type specified by value.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
public ContentTypeHeader (
string value
)
public:
ContentTypeHeader (
String^ value
)
public ContentTypeHeader (
String value
)
public function ContentTypeHeader (
value : String
)
Parameters
- value
The content type value for this ContentTypeHeader object.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003