Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Entity IsMultipart Property MIME4NET Class Library Documentation
Determines if the MIME type of this Entity is multipart/*. Since multipart-entities must have a boundary parameter in the Content-Type field this method returns false if no boundary exists.

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

public bool IsMultipart { get; }

Property Value

Type: Boolean
See Also