Interface for read-only access to MimeData collection.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public interface IMimeDataReadOnlyCollection : IEnumerable<MimeData>, 
	IEnumerable
Visual Basic
Public Interface IMimeDataReadOnlyCollection _
	Inherits IEnumerable(Of MimeData), IEnumerable
Visual C++
public interface class IMimeDataReadOnlyCollection : IEnumerable<MimeData^>, 
	IEnumerable

See Also