Dart.Mail Namespace : HeaderDictionary Class |
The following tables list the members exposed by HeaderDictionary.
Name | Description | |
---|---|---|
![]() | Duplicates | A list of duplicate decoded header lines that were not included in the dictionary because their names were already used as a key. |
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Count | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Encoding | Gets or sets the encoding to use for encoded-word header encoding. |
![]() | Item | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Keys | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Length | The approximate length of the encoded header. |
![]() | Values | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a header field to the dictionary. |
![]() | Clear | Clears all properties and Dictionary entries. |
![]() | ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | GetValue | Shortcut method that returns an empty String if the specified header field name is not present. |
![]() | OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Remove | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | SetValue | Shortcut method that adds a new header field if the referenced field is not present. |
![]() | ToArray | Returns encoded MIME headers as a byte array. Includes trailing CR/LF (blank line). |
![]() | ToString | Overloaded. Returns MIME headers as a String. Does not included a trailing CR/LF (blank line). |
![]() | TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,HeaderField>) |
![]() | Update | Updates the HeaderDictionary using current values of ContentType, ContentDisposition and MailMessage.Date. |