Has anyone managed to use the replicate method in Lotus Notes?
I am trying to get Lotus notes 7 to get new emails by running the below method using the Domino Interop in C#.
replicated = db.Replicate("popgmail");
The popgmail
is a connection which has been setup in Lotus Notes and I am hoping it downloads new emails from my GMail account using the POP protocol.
However, I am not even sure if Lotus Notes can replicate from something other than a domino server?
If so, what should I put in the Destination server address
in the Connections
section of Lotus Notes? Here is a screenshot.
I appreciate any help in this very niche topic!