Link to home
Start Free TrialLog in
Avatar of adb11a
adb11a

asked on

How to connect (using VBA) to a IBM Notes webmail server

Hi,

How do I connect to a IBM Notes webmail server?  I have tried using

    Set ntDatabase = ntSession.GETDATABASE("http://ssdcn20040.ced.corp.MyCompanyName.com", "mailindbs/TechniTimesh.nsf/iNotes/Welcome/?")

substituting MyCompanyName for the correct name with no luck.

It doesn't fail, it simply connects me to my client version.

Sorry if my terminology is a little vague.
ASKER CERTIFIED SOLUTION
Avatar of larsberntrop
larsberntrop
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adb11a
adb11a

ASKER

Thanks for the reply lasrberntrop.

We will no longer using the webmail option for this project and therefore don't need a solution however for future projects can you please provide some more information.

For example what is FQDN and how is it used?

Do you have some sample code?

I want to give you an 'A' and this will help (not that I don't appreciate you replying already).
fqdn = a fully qualified domain name like www.google.com for the webserver at google.com which is the server for HTTP.

The smtp server's address is smtp.google,com.

Try reading the Administrator manual for Domino.  this will explain a lot.  I have no sample code for VBA available.  But a little googling around should provide you with plenty.