Click or drag to resize

IMimeDataReadOnlyCollection Interface

Interface for read-only access to MimeData collection.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public interface IMimeDataReadOnlyCollection : IEnumerable<MimeData>, 
	IEnumerable

The IMimeDataReadOnlyCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements stored in the collection.
Public propertyItemInt32 Gets or set MimeData object at specified index.
Public propertyItemString Gets or set MimeData object with specified content-id.
Top
Methods
 NameDescription
Public methodContains Determines whether element is in this collection.
Public methodFind Finds first element that matches specified predicate.
Public methodFindAll Finds all elements that matches specified predicate.
Public methodForEach Performs specified action on each element of the collection.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableMimeData)
Public methodToList Creates a new list that contains all elements from this collection.
Top
See Also