Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Entity IsMimeType Method MIME4NET Class Library Documentation
Determines if the MIME type of this Entity matches the given one. MIME types are case-insensitive.

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

public bool IsMimeType(
	string type
)

Return Value

Type: Boolean
true on match, false otherwise.
See Also