Creating email and attaching a file in lotus notes
This code is to show how to create an email in lotus notes with an attached file Original Author: Stan Allan Code Private Sub CmdSend_Click()Dim oSess As ObjectDim oDB As ObjectDim oDoc As ObjectDim oItem As ObjectDim direct As ObjectDim Var As VariantDim flag As BooleanForm1.MousePointer = 11Form1.StatusBar1.SimpleText = “Opening Lotus Notes…”Set oSess = CreateObject(“Notes.NotesSession”)Set oDB = oSess.GETDATABASE(“”, “”)Call… Read More »