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