sedward
2014-09-17T17:47:00Z
I need to capture the attachment size in my email and store it in DB. Is that possible? I don't any field like that.
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2014-09-18T10:32:00Z
no, there is no such field. But you can (depending on your DB) calculate the size ,
SQL Server Example:
select datalength(image_column) from MyTable
Similar Topics