Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField IsMultipart Property MIME4NET Class Library Documentation
Determines if the MIME type of this field is multipart/*.

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

public bool IsMultipart { get; }

Property Value

Type: Boolean
Remarks

Returns true if this field is has a multipart/* MIME type, false otherwise.
See Also