Determines if the MIME type of this Entity matches the
given one. MIME types are case-insensitive.
Namespace: NI.Email.Mime.MessageAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
Parameters
- type
- Type: System String
the MIME type to match against.
Return Value
Type: Booleantrue on match, false otherwise.
See Also