
06-09-2009, 04:49 PM
|
|
Registered User
|
|
Join Date: 09 Jun 2009
Location: Brazil
MS Office Version:Excel 2003
Posts: 1
|
|
|
Send email on behalf in Lotus Notes
Please Register to Remove these Ads
Hi, I need send email on behalf in lotus notes in VBA.
Example:
Set session = CreateObject("Notes.NotesSession")
UserName = session.UserName ' here I need send on behalf[/color]
MailDbName = Left$(UserName, 1) & Right$(UserName, (Len(UserName) - InStr(1, UserName, " "))) & ".nsf"
Set Maildb = session.GetDatabase("", MailDbName)
Thanks
|