Click or drag to resize

IMimeDataReadOnlyCollectionFind Method

Finds first element that matches specified predicate.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
MimeData Find(
	Predicate<MimeData> predicate
)

Parameters

predicate
Type: SystemPredicateMimeData
Predicate used to find an element.

Return Value

Type: MimeData
Found element.
See Also