Represents the collection of MimeEntity objects that are parts of this MimeEntity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Class MimeEntityCollection _
	Implements IEnumerable(Of MimeEntity), IEnumerable
C#
public class MimeEntityCollection : IEnumerable<MimeEntity>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.Mime..::..MimeEntityCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also