Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB And Lotus Domino

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
I am doing a VB6 project for someone, spent many weeks doing it. But now the person wants my application to send an email/attachment. I don't have Domino on my PC and dont want to spend £400+ on software I really don't want. Any way round this? If I had some code that would work on users machine I would be very happy. Any ideas, thanks
 
Well... for one thing you could download a full working trial from IBM that would run for 90 days at no cost...

Another Option...

Just format a MIME message and bounce it off the SMTP port of the server. Even if he has SMTP relaying off, you two could work out a foreign Domain that he could accept and relay for...

For that matter... you could use IMAP...


Also from IBM...

You will have to dig around for it at but there is a command line client that you can download for free that will allow you to format whatever into the message and it will send it along...


Finally...

He could give you the Notes client... you could get the redbook iNotes for Outlook from ibm for free at and you could use a Lotus Notes account via Outlook and send that way.


Lots of options there.

Leo L'Homme, PCLP


Oh... and another... you could download the C++ API from IBM for free and just directly connect and send that way...


Or, if you have the client installed on your machine... the COM objects become visible to VB...
 
Many thanks for the reply. I will look at all your suggestions and try going down those roads. I will check if they have Outlook installed, and will do a search on MIME and IMAP, as have no experience in those areas. All the best.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top