Click or drag to resize

IMimeDataReadOnlyCollectionFindAll Method

Finds all elements that matches specified predicate.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
List<MimeData> FindAll(
	Predicate<MimeData> predicate
)

Parameters

predicate  PredicateMimeData
Predicate used to find elements.

Return Value

ListMimeData
Found elements.
See Also