ContentDispositionHeader Constructor (String)

The ContentDispositionHeader constructor constructs a new ContentDispositionHeader object that has the value 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 ContentDispositionHeader (
    string value
)
public:
ContentDispositionHeader (
    String^ value
)
public ContentDispositionHeader (
    String value
)
public function ContentDispositionHeader (
    value : String
)

Parameters

  • value
    The value of the Content-Disposition header represented by this ContentDispositionHeader object. The value parameter must not contain any Multipurpose Internet Mail Extensions (MIME) parameters.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003