MimePartContentDescription.ContentDispositionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Content-Disposition of the MIME part.
public:
property System::String ^ ContentDispositionType { System::String ^ get(); void set(System::String ^ value); };
public string ContentDispositionType { get; set; }
member this.ContentDispositionType : string with get, set
Public Property ContentDispositionType As String