'Declaration
Public ReadOnly Property From As System.Collections.Generic.List(Of JAMSMailAddress)
'Usage
Dim instance As JAMSMailMessageInfo Dim value As System.Collections.Generic.List(Of JAMSMailAddress) value = instance.From
public System.Collections.Generic.List<JAMSMailAddress> From {get;}