SectionHeader Constructor |
Initialaze new instans of SectionHeader.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic SectionHeader(
SectionHeaderType type,
string value
)
Public Sub New (
type As SectionHeaderType,
value As String
)
public:
SectionHeader(
SectionHeaderType type,
String^ value
)
new :
type : SectionHeaderType *
value : string -> SectionHeader
Parameters
- type
- Type: Aspose.Email.AmpSectionHeaderType
- value
- Type: SystemString
See Also