Share via


ContentTypeHeader.SubType Property

The SubType property gets or sets the subtype for this ContentTypeHeader object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property SubType As String
    Get
    Set
'Usage
Dim instance As ContentTypeHeader
Dim value As String

value = instance.SubType

instance.SubType = value
public string SubType { get; set; }

Property Value

Type: System.String
The SubType returns a string that contains the subtype for the Content-Type header represented by this ContentTypeHeader object.