Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Header AddContentType Method (String, IDictionary)MIME4NET Class Library Documentation

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public void AddContentType(
	string value,
	IDictionary otherValues
)

Parameters

value
Type: System String

[Missing <param name="value"/> documentation for "M:NI.Email.Mime.Message.Header.AddContentType(System.String,System.Collections.IDictionary)"]

otherValues
Type: System.Collections IDictionary

[Missing <param name="otherValues"/> documentation for "M:NI.Email.Mime.Message.Header.AddContentType(System.String,System.Collections.IDictionary)"]

See Also