VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create and send Lotus Notes email using COM

Todd Benson  (3 Submissions)   OLE/COM/DCOM/Active-X   Visual Basic 3.0   Advanced   Wed 3rd February 2021

'
' Creates & sends an email via Lotus Notes 5.0 & up. Also, allows creating/sending even with Lotus Notes not running (although it MUST be loaded on the local machine)

Inputs
' ' Subject: Subject line of email ' Body: Body (text) of email ' SaveOnSend: True/False, save the email in the 'sent' box ' sendTO (OPTIONAL): the intended receipient of the email ' ccTO (OPTIONAL): the carbon-copied receipient of the email ' bccTO (OPTIONAL): the blind carbon-copied receipient of the email ' lnLogo (OPTIONAL): changes the bitmap logo on the header (0 = no logo) ' AttachmentPath (OPTIONAL): the path of the email attachement

Assumes
' ' Note: Although all sendto items are optional, if you don't use at least one of them, Lotus Notes won't send your email to any one and may return errors. ' ' Note: Make sure that Lotus Domino Objects is selected as an available reference. ' ' Note: If your Lotus Notes does NOT require a password, then remove the parenthetical ("*********") following 'Call ses.Initialize'

Returns
Returns true if no errors are encountered.

Rate Create and send Lotus Notes email using COM (9(9 Vote))
Create and send Lotus Notes email using COM.bas

Create and send Lotus Notes email using COM Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters