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.26106.1555
Syntax
void ForEach(
	Action<MimeData> action
)

Parameters

action  ActionMimeData
Action that will be performed on each element of the collection.
See Also