Hi,
Our application uses MAPI to read mailboxes. Our observation is that this
causes many transaction logs to be created on the Exchange Server. Does the
mere act of reading an Exchange Server mailbox store cause transaction logs
to grow?
Thanks.
Todd Seagraves - 26 Jun 2006 12:56 GMT
Well of course. The transaction logs are all the events on that message
store since the last successfull full backup. They allow you to restore to
an exact state. When your MAPI application checks a mailbox the log files
record that. If they are getting out of hand and running out of disk space
you could set them to circular, but I would only do that as a last resort.
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks.