1
votes

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!

1

1 Answers

1
votes

Once the connection is set up (described in the Lotus Notes help) you can set op the replicator task for fecthing mail. The replication task can be scheduled and will connect to the pop server.

The email(s) will be placed in the mail file and can be fecthed form there.