Hello community,
I am having a bad time in finding out how to send a mail with a link to a program using a hotspot in LotusScript.
The code below sends an empty email.
'---code---
Sub Initialize()
Dim NotesSession As New NotesSession
NotesSession.Initialize ("Password")
Dim NotesDB As...
Hello to all,
I am looking for a real expert here.
I am trying to fix an error appearing on just one computer.
I am using the sendobject method and Error 2296 is appearing. The error description is :
"The password is invalid; the message wasn't sent"
We have Lotus Notes installed in our...
To all,
It becomes a common programming error to declare variables in a group. VBA does not support this feature.
Dim String1 , String2 as String will declare String1 as a Variant type and String2 as a String type.
Using the Variant type when you know the type is not Variant is inefficient...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.