I'm attempting to create a button on a form for quick dummy proof replication of users mail file. I've gotten started with this code:
Call db.OpenMail
mail = db.filename
Call mail.Open( "", "" )
Call mail.Replicate( "server" )
The problem is that OpenMail gets the properties of the mail file on the server. I'm trying to get a handle on my LOCAL mailfile, but can't seem to..
I'm still searching help files etc.. But any help would be appreciated! Thanks

email replication (Jerry Hadley 23.Jan.01)
. . 