![]() | PdiHeader Class |
Namespace: Limilabs.Mail.PDI
The PdiHeader type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdiHeader(String) |
Creates new PdiHeader object with specified Key.
|
![]() | PdiHeader(String, String) |
Name | Description | |
---|---|---|
![]() | BinaryValue |
Gets header's binary value.
|
![]() | Group |
Gets or sets header's group.
|
![]() | IsEmpty |
Gets information if the header is empty.
|
![]() | Key |
Gets or sets header's key.
|
![]() | KeyParameters |
Header key parameters. You can use GetKeyParameter(String) and HasKeyParameter(String) methods for easier access.
|
![]() | RawLine |
Raw line that this object was parsed from.
|
![]() | RawValue |
Gets or sets header's raw value.
|
![]() | Value |
Gets header's value.
|
![]() | ValueParameters |
You can use GetValueParameter(String) and HasValueParameter(String) methods for easier access.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetKeyParameter |
Returns the value of the first key parameter or if parameter does not exist.
|
![]() | GetKeyParameters |
Returns the values of the specified header parameter or when parameter does not exist.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValueParameter |
Returns the value of the of the first value parameter or if parameter does not exist.
|
![]() | GetValueParameters |
Returns the values of the specified header parameter or when parameter does not exist.
|
![]() | HasKeyParameter |
Returns true if the specified header key parameter exists.
|
![]() | HasValueParameter |
Returns true if the specified header value parameter exists.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Render |
Renders this header.
|
![]() | ToString |
Returns contents of this header.
(Overrides ObjectToString.) |