Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Multipart BodyParts Property MIME4NET Class Library Documentation
Gets the list of body parts. The list is immutable.

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

public IList BodyParts { get; set; }

Property Value

Type: IList
Remarks

Returns the list of BodyPart objects.
See Also