Represents the collection of embedded resources referred by a AlternateView.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Mail..::..LinkedResourceCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also