ContentTypeField.IsMimeType Method 

Determines if the MIME type of this field matches the given one.

public bool IsMimeType(
   string mimeType
);

Parameters

mimeType
the MIME type to match against.

Return Value

Returns true if the MIME type of this field matches, false otherwise.

See Also

ContentTypeField Class | NI.Email.Mime.Field Namespace