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.23341.1754
Syntax
List<MimeData> ToList()

Return Value

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