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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email via lotus notes and launching a remote exe

Status
Not open for further replies.

sxs90

Programmer
Oct 3, 1999
10
US
Need help in coding for Email functionality within a VB App. Client uses Lotus nOtes.<br>
<br>
An EXE is on a remote NT server. Need to be lauched remotely. Currently this is being done via a telnet session. How this action be automated. Thanks.<br>

 
Ouch!<br>
<br>
Always a horrible question this.<br>
<br>
Two approaches occur to me initially:<br>
<br>
1) Use the winsock control - comes with VB - to connect to the same port as telnet does (23) and generate the telnet responses using your VB program. This is probably workable as long as your're only passing a few characters at a time to the remote machine. Any more than that and it starts to get hard work dealing with the timing issues. Worth a go though.<br>
<br>
2) Use VIM - the Lotus equivalent to MAPI and SMTP. I have heard that this works but it &quot;would not be my first choice&quot;.<br>
<br>
Let us know how you get on.<br>
<br>
Mike<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top