Represents the collection of mail message attachments.

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

Syntax

Visual Basic
Public Class AttachmentCollection _
	Implements ICollection, IEnumerable(Of Attachment),  _
	IEnumerable
C#
public class AttachmentCollection : ICollection, 
	IEnumerable<Attachment>, IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.Mail..::..AttachmentCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also