Attachments property

AttachmentCollection? Attachments
Gets a list of attachments to this response.

Implementation

AttachmentCollection? get Attachments =>
    this.PropertyBag[ItemSchema.Attachments] as AttachmentCollection?;