MessageObjectPropertyToListT Method |
Converts the value of the property to a list of values.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public IList<T> ToList<T>()
Public Function ToList(Of T) As IList(Of T)
public:
generic<typename T>
IList<T>^ ToList()
member ToList : unit -> IList<'T>
Type Parameters
- T
Return Value
Type:
IListTIList implementation, if type can't be converted to IList returns empty list implementation.
Remarks This method doesn't provide automatic conversion of the data types, e.g. if
Value property is of type default value will be returned.
See Also