Hi
I try to send a encrypted mail in lotus notes. It's look like it works however i miss the encrypted icon in the recipient mail. The code that i used
Sub SendNotesMail(Subject , Attachment , Recipient , BodyText , SaveIt )
'Set up the objects required for Automation into lotus notes
Dim...
can someone help me to check this code?
i used formula @first to read all the record data into the array
shared names() as string
global teller as number
if not isnull ({DEPT.DPNAME]) then
teller = teller + 1
redim preserve names(teller)
names(teller) = {DEPT.DNAME}
formula...
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.