Click or drag to resize

IMimeDataReadOnlyCollectionToList Method

Creates a new list that contains all elements from this collection.

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

Return Value

ListMimeData
New list that contains elements from this collection.
See Also