Entity.IsMultipart Property

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.

public bool IsMultipart {get;}

See Also

Entity Class | NI.Email.Mime.Message Namespace