Click or drag to resize

PdiHeader Class

Represents single calendar header.
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.PDIPdiHeader

Namespace:  Limilabs.Mail.PDI
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class PdiHeader

The PdiHeader type exposes the following members.

Constructors
  NameDescription
Public methodPdiHeader(String)
Creates new PdiHeader object with specified Key.
Public methodPdiHeader(String, String)
Creates new PdiHeader object with specified Key and Value.
Top
Properties
  NameDescription
Public propertyBinaryValue
Gets header's binary value.
Public propertyGroup
Gets or sets header's group.
Public propertyIsEmpty
Gets information if the header is empty.
Public propertyKey
Gets or sets header's key.
Public propertyKeyParameters
Header key parameters. You can use GetKeyParameter(String) and HasKeyParameter(String) methods for easier access.
Public propertyRawLine
Raw line that this object was parsed from.
Public propertyRawValue
Gets or sets header's raw value.
Public propertyValue
Gets header's value.
Public propertyValueParameters
You can use GetValueParameter(String) and HasValueParameter(String) methods for easier access.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeyParameter
Returns the value of the first key parameter or if parameter does not exist.
Public methodGetKeyParameters
Returns the values of the specified header parameter or when parameter does not exist.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueParameter
Returns the value of the of the first value parameter or if parameter does not exist.
Public methodGetValueParameters
Returns the values of the specified header parameter or when parameter does not exist.
Public methodHasKeyParameter
Returns true if the specified header key parameter exists.
Public methodHasValueParameter
Returns true if the specified header value parameter exists.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Renders this header.
Public methodToString
Returns contents of this header.
(Overrides ObjectToString.)
Top
See Also