glide.email.inbound.image_sys_attachment.filter.minimum_bytes
ServiceNow property description:
Inbound email image attachment byte size below which the image attachment is filtered (0 is no filtering)
Attributes
- Sys ID: e5dccc7153303200469a286906dc34a0
- Type: integer
- Application: Global
- Default value: 0

AI generated property description:
The ServiceNow property `glide.email.inbound.image_sys_attachment.filter.minimum_bytes` determines the minimum byte size for image attachments in inbound emails to be processed. If an image attachment's size is below this specified threshold, it will be filtered out and not processed. Setting this property to 0 disables the filtering, allowing all image attachments regardless of their size to be processed. This property helps manage and control the storage and processing of small, potentially unnecessary image files that may come with inbound emails. For more details, refer to the ServiceNow documentation on email image filters.
Source