Class MIMEHeaderContentDispositionAttribute
MIMEHeaderContentDisposition attribute
Inheritance
System.Object
MIMEHeaderContentDispositionAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.MIME.Base.Implementation.Attributes
Assembly: Syncfusion.MIME.Base.dll
Syntax
public class MIMEHeaderContentDispositionAttribute : MIMEHeaderSubTypesAttribute, IMIMEHeaderSubTypesAttribute, IMIMEHeaderAttribute, IMIMESerialization
Constructors
MIMEHeaderContentDispositionAttribute(IMIMEHeader)
constructor.
Declaration
public MIMEHeaderContentDispositionAttribute(IMIMEHeader mimeHeader)
Parameters
Type | Name | Description |
---|---|---|
IMIMEHeader | mimeHeader | parental header. |
Methods
Save(Stream)
overriden Save method.
Declaration
public override void Save(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream to write to. |
Overrides
SetSupportedSubTypes()
method to set supported subtypes of current attribute.
Declaration
protected override void SetSupportedSubTypes()