Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: VBA : choose mailbox and send mail from Excel ?
Feedback Type: Question
Product Area: Notes 8 Client
Technical Area: Application development
Platform: Windows Vista client
Release: 8.0.2
Reproducible: Always

Hi to all,

I have a simple to send an email from Excel :

======================================
Private Sub Lotus_SimpleAndWorking()


Dim Session As Object
Dim Dir As Object
Dim Doc As Object
Dim Workspace As Object
Dim EditDoc As Object


'Creation of a memo in Lotus Notes
Set Workspace = CreateObject("Notes.NotesUIWorkspace")
Set Session = CreateObject("notes.NOTESSESSION")
Set Dir = Session.GetDatabase("", "")

Call Dir.OPENMAIL

'Creation d'un document
Set Doc = Dir.CreateDocument

Doc.form = "Memo"
Doc.Subject = "my subject"
Doc.SendTo = "to whom it may concen"
Doc.body = "some body"


'Display the Mail in Lotus Notes
Set EditDoc = Workspace.EditDocument(True, Doc)
Set Session = Nothing
Set Dir = Nothing
Set Doc = Nothing
Set Workspace = Nothing
Set EditDoc = Nothing


End Sub
======================================

It's sending email from my personal account (mail\Mail2\965203.nsf).

But i want to send email from another account. An account used by several people including me.

For that purpose i've change that line :
Set Dir = Session.GetDatabase("", "")

By this one :
Set Dir = Session.GetDatabase("Notes://PARFMB003/SERVERS/GROUP", "mail\Mail4\paitproffi.nsf")

It's not bugging, but it doesn't change anything : it's still sending the mail from my personal account.

What shall i do so it take into account that information : "paitproffi.nsf" (and not use this information i didn't give : "965203.nsf") ?

Thank you for your help !!!

Fred






Feedback number WEBBAR6GX7 created by ~Andy Bubtoolit on 09/13/2017


VBA : choose mailbox and send mail ... (~Andy Bubtoolit... 13.Sep.17)
. . Try (~Sean Eljumigon... 13.Sep.17)
. . . . Working ! (~Andy Bubtoolit... 13.Sep.17)
. . . . . . Nope (~Sean Eljumigon... 13.Sep.17)
. . . . . . . . Cool (~Andy Bubtoolit... 13.Sep.17)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS