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

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
List<MimeData> ToList()
Visual Basic
Function ToList As List(Of MimeData)
Visual C++
List<MimeData^>^ ToList()

Return Value

New list that contains elements from this collection.

See Also