Hello,
I wonder if somebody might have some advice for me. I have written a small VBA application that enables my users to send an e-mail message from Excel vai Notes 6.5.4. Each user has a Notes client with a replicate of their mail box on the local disk. The VBA code creates a new document and sends it using COM. My users then open Notes and replicate to send the mail. I’d like to programmatically trigger a background replication to send only the new document and not pull down any other incoming mail. This would minimize the data usage which is critial over the mobile network we are using (they charge by the Mbyte!) - I can’t find anything that would allow me to selectively replicate the documents waiting to be sent. I thought that replicating the MAIL.BOX might do it but I’m wasting a lot of time reading help files and finding nothing. Hopefully someone has done something similar. Perhaps a replication formula is the answer…??? Help…!