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
public string SubType { get; set; }
public:
property String^ SubType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SubType ()

/** @property */
public void set_SubType (String value)
public function get SubType () : String

public function set SubType (value : String)

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003