Click or drag to resize

IMimeDataReadOnlyCollectionForEach Method

Performs specified action on each element of the collection.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
void ForEach(
	Action<MimeData> action
)

Parameters

action
Type: SystemActionMimeData
Action that will be performed on each element of the collection.
See Also