Freigeben über


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 _
)
'Usage
Dim value As String

Dim instance As New ContentTypeHeader(value)
public ContentTypeHeader(
    string value
)

Parameters