Interface IMIMEHeaderSubTypesAttribute
Header attribute which supports additional sub-types values
Inherited Members
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public interface IMIMEHeaderSubTypesAttribute : IMIMEHeaderAttribute, IMIMESerialization
Properties
Item[String]
Indexator which allow to read value of specified sub-types
Declaration
string this[string subtype] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | subtype |
Property Value
Type |
---|
System.String |
SupportedSubTypes
Get list of supported sub-typed
Declaration
ArrayList SupportedSubTypes { get; }
Property Value
Type |
---|
System.Collections.ArrayList |