(warning::::: not for the faint of heart)
In regards to email I could not get Bussiness Connect or Treomail to install on my XP system and interface with Lotus Notes. I was able to get Business Connect to setup for Outlook just fine. So since my outlook does have a viable email link to the web I went ahead and installed it that way.
That started me off on my next journey. Getting my mail from Notes to Outlook in an acceptable manner. It's very easy to forward your mail BUT if you want to retain a copy in your Notes mail db you're asking too much it seems.
If you're a notes person then I'll go into more detail, if you're not I don't think you're even still reading so here goes:
If you forward your email by putting a forwarding address in your person document your email NEVER touches your mail box, the mail router just slings it at the new address and you're never the wiser.
I tried using an agent with the some simple actions. I could forward just fine but same problem. No local copy retained. When I told the agent to copy email to a folder first that broke the agent, didn't work at all from that point.
Next someone was kind enough to link me to a nice lotuscript agent someone wrote. Only trouble here is you have to modify it slightly as per the reply someone made to the post...look for it at the bottom....if you want attachments to make it through. And it's a bit dicey understanding how to use the form/button/agent that are supplied. You have to know where to insert what.
I ended up skipping the form and the button and just using the agent as a guide to make my own copy. You have to have access to notes designer for all this too and it's nice to have admin powers as well... I wonder if anyone's still reading...still I'll continue in case you're in the same boat as I was.
Open the agent down below select initilize on the navigator column and there you'll see the lotus script code itself. Just create a new agent in your own mail database, I didn't share it, make sure you do all the same as the orginal agent so name it the same, for when this agent should run select After new mail has arrived oh and down below you'll have to select lotuscript before you'll get the navigator column on the lower left that shows the initilize toggle when you're looking to insert the lotuscript.
slap the code in, modify it per the reply on the web page you got it at and where it says:
stRecipient = profdoc.fwdaddress
replace with this:
stRecipient = "youremail@addresshere.net"
This allows you to do away with the form and button the author provides which weren't allowing me to get my email address into the agent properly.
Here's where the sample lotus database with the agent is located:
http://www-10.lotus.com/ldd/sandbox.nsf/By...cd?OpenDocument
Now after all this it still might not work and if it doesn't then you're probably up against restrictions on your notes account as to whether you can run lotuscript agents or not. Either put your name in the server docuemnt under the security tab... read down you'll see where under the heading agents, or get your admin to do it.
Probably crazy confusing and now reading back I can't believe I even went throught he hassle but hey I sure love getting my email when I'm out.
Now I just have to figure out why i'm getting a Fatal Alert for no reason at all this baby's gotten no new software and has been working flawless all week.