glide.email.inbound.max_attachment_count
ServiceNow property description:
The maximum number attachments allowed on an inbound email. Attachments beyond this limit are ignored.
Attributes
- Sys ID: ec09a8a3eb712100469a20425206fe74
- Type: integer
- Application: Global
- Default value: 30

AI generated property description:
The ServiceNow property `glide.email.inbound.max_attachment_count` sets the maximum number of attachments that can be included in an inbound email. According to the documentation, any attachments that exceed this specified limit will be ignored and not processed. This property helps in managing and controlling the load on the system by limiting the number of attachments processed from incoming emails. The default value for this property is typically set to a reasonable number to balance functionality and performance. Adjusting this property can be useful for organizations that receive emails with a high number of attachments and need to ensure system stability.
Source