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