Get Attachment size

  • Thread starter Thread starter R Avery
  • Start date Start date
Save it to the file system and use something like Windows Scripting code to
get the size of the saved file.

There's also a PR_ATTACH_SIZE property (PT_LONG) that has the size but you
would have to use Extended MAPI to open the attachment table in the message
and then get that property value. Extended MAPI can only be programmed using
C++ or Delphi.
 
Back
Top