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