Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField IsMimeType Method MIME4NET Class Library Documentation
Determines if the MIME type of this field matches the given one.

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

public bool IsMimeType(
	string mimeType
)

Return Value

Type: Boolean
Returns true if the MIME type of this field matches, false otherwise.
See Also