Dart.Mail Namespace : HeaderDictionary Class |
For a list of all members of this type, see HeaderDictionary members.
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. |