in reply to Perl script access to Exchange server
Also, IIRC Microsoft Exchange server is particular about the package sizes and you may have to work with your IT service team to see what is the optimal packet size for the server the way they have it set.
Lastly, you say you are going to download attachments. Is your script set to always download all attachments or to just download those it has not already downloaded? If each time it runs, it re-downloads all the attachments, your program can quickly become hog on the server and the network depending on how often you plan on running it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl script access to Exchange server
by glasswalk3r (Friar) on Jan 26, 2006 at 18:19 UTC |