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.23341.1754
Syntax
List<MimeData> FindAll(
	Predicate<MimeData> predicate
)

Parameters

predicate
Type: SystemPredicateMimeData
Predicate used to find elements.

Return Value

Type: ListMimeData
Found elements.
See Also