Partager via


ContentDispositionHeader Constructor (String)

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

Parameters

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