J
Jill
I am writing an outlook application that stores messages into a PST
file I created. I know that PST files have size limits of about 2GB
and would like to try to manage the size of my file to prevent it from
going over this limit and becoming corrupted. Is there any way I can
programmatically determine the size of a PST file (i.e. a "Personal
Folders" InfoStore)? Or is there a way that I can check the amount of
space left in the file?
I know that it is possible to check the size of the Mailbox InfoStore
using the InfoStore.Fields(PR_MESSAGE_SIZE) function. However, this
does not seem to work with the pst file InfoStore that I have added. I
checked using Outlook Spy, and it seems that the infoStore I created
does not have this property by default.
Any suggestions?
file I created. I know that PST files have size limits of about 2GB
and would like to try to manage the size of my file to prevent it from
going over this limit and becoming corrupted. Is there any way I can
programmatically determine the size of a PST file (i.e. a "Personal
Folders" InfoStore)? Or is there a way that I can check the amount of
space left in the file?
I know that it is possible to check the size of the Mailbox InfoStore
using the InfoStore.Fields(PR_MESSAGE_SIZE) function. However, this
does not seem to work with the pst file InfoStore that I have added. I
checked using Outlook Spy, and it seems that the infoStore I created
does not have this property by default.
Any suggestions?