'Declaration Public ReadOnly Property Attachments As List(Of ImGearEmailAttachment)
'Usage Dim instance As ImGearEmailDocument Dim value As List(Of ImGearEmailAttachment) value = instance.Attachments
public List<ImGearEmailAttachment> Attachments {get;}
public: __property List<ImGearEmailAttachment*>* get_Attachments();
public: property List<ImGearEmailAttachment^>^ Attachments { List<ImGearEmailAttachment^>^ get(); }