'DeclarationPublic ReadOnly Property From As System.Collections.Generic.List(Of JAMSMailAddress)
'UsageDim instance As JAMSMailMessage Dim value As System.Collections.Generic.List(Of JAMSMailAddress) value = instance.From
public System.Collections.Generic.List<JAMSMailAddress> From {get;}