Re: How to get the Folder Sizes and the Message Size?
Posted By:
Gianluca_Sartori
Posted On:
Thursday, January 17, 2002 01:11 AM
getSize is not referred to attachments only, it can be applied to any king of part. If you call the getSize() method on a text part, you will get the size of that part, which can be done on the message itself to get the whole message size. The value returned by getSize() is not exact, but is quite near to the true size of the message.
There is no way to get a folder size.