Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using following code to send email through lotus notes.
Set notessession = CreateObject("Notes.Notessession") username = notessession.username MailDbName = Left$(username, 1) & Right$(username, (Len(username) - InStr(1, username, " "))) & ".nsf" Set notesdb = notessession.GetDatabase("", MailDbName) If notesdb.IsOpen = False Then Call notesdb.OPENMAIL Set notesdoc = notesdb.CreateDocument Some of clients got problem. It will hang lotus notes and excel. If I shut down lotus notes , excel will be fine. I am not sure what's going on. Some of them have no problem at all. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send email in Lotus Notes | Excel Programming | |||
send the data to lotus notes by email | Excel Programming | |||
Macro to send email through Lotus Notes | Excel Programming | |||
Excel VBA to send email using Lotus Notes | Excel Programming | |||
Send email with Lotus Notes | Excel Programming |