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