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