AttachmentContentDisposition Property |
Gets Content-Disposition header
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ContentDisposition ContentDisposition { get; }
Public ReadOnly Property ContentDisposition As ContentDisposition
Get
public:
property ContentDisposition^ ContentDisposition {
ContentDisposition^ get ();
}
member ContentDisposition : ContentDisposition with get
Property Value
Type:
ContentDisposition
See Also