R
RDI
A few years ago we attempted to utilize Outlook's "Netfolders"
configuration. However we had to stop because Outlook was sending out the
updates EVERY day regardless of whether anything had changed. And instead
of just sending the updates, it sent the WHOLE thing. Each email was
averaging around 5 MB and our mail provider refused to send it out. Outlook
got so full of these update messages, it got TOTALLY corrupted.
I'd like to write something SIMILAR in VBA. But what I want to do is to
store a PST file on my network. It won't be used by anyone other than to
serve as a central file. Then Whenever this file is updated the person
managing this file would send an email message to all the employees in our
office. This message would have a set subject line.
My VBA script would be running in the background and recognize this email
message. When it sees this message, the script would delete the message
immediately and delete all the contacts from the specified folder and then
import the new contacts from the file that is on the network.
First of all--is this possible? Second--can someone point me in the right
direction as to how?
TIA
configuration. However we had to stop because Outlook was sending out the
updates EVERY day regardless of whether anything had changed. And instead
of just sending the updates, it sent the WHOLE thing. Each email was
averaging around 5 MB and our mail provider refused to send it out. Outlook
got so full of these update messages, it got TOTALLY corrupted.
I'd like to write something SIMILAR in VBA. But what I want to do is to
store a PST file on my network. It won't be used by anyone other than to
serve as a central file. Then Whenever this file is updated the person
managing this file would send an email message to all the employees in our
office. This message would have a set subject line.
My VBA script would be running in the background and recognize this email
message. When it sees this message, the script would delete the message
immediately and delete all the contacts from the specified folder and then
import the new contacts from the file that is on the network.
First of all--is this possible? Second--can someone point me in the right
direction as to how?
TIA