C# Class DKIM.EmailHeader

Stores the origional header key and value and wether or not the value is folded.
Mostrar archivo Open project: dmcgiv/DKIM.Net

Public Properties

Property Type Description
FoldedValue bool
Key string
Value string

Property Details

FoldedValue public_oe property

Indicates that the value is folded over multiple lines.
public bool FoldedValue
return bool

Key public_oe property

Header Key
public string Key
return string

Value public_oe property

Header Value
public string Value
return string