AttachmentsPropertyDefinition constructor

AttachmentsPropertyDefinition()
Initializes a new instance of the

Implementation

AttachmentsPropertyDefinition()
    : super.withUriAndFlags(
          XmlElementNames.Attachments,
          "item:Attachments",
          [PropertyDefinitionFlags.AutoInstantiateOnRead],
          ExchangeVersion.Exchange2007_SP1, () {
        return new AttachmentCollection();
      }) {}