Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.