ContentDispositionDispositionType Property |
Gets or sets the type of the disposition.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string DispositionType { get; set; }
Public Property DispositionType As String
Get
Set
public:
property String^ DispositionType {
String^ get ();
void set (String^ value);
}
member DispositionType : string with get, set
Property Value
Type:
StringThe String that contains the disposition type.
See Also