Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View Lotus Notes Email before sending

Status
Not open for further replies.

bartkovs

Programmer
May 13, 2005
5
US
I am sending an email through Lotus Notes using VB6. I need to open the email for editing before it is sent.

I replaced the command

MailDoc.SEND, 0, Recipient
with
MailDoc.Save True, True

but this only saves the email in the Drafts folder.

Does anyone know if/how I can create the email and automatically view it for editing before sending?

Something along the lines of MailDoc.View, or MailDoc.Show (which I know doesn't work).

Thanks...
Jeff


 
This is an issue that's specific to the Lotus Notes Mail object, even though you're using VB6 to access it. You're not likely to find much help in this forum, I fear. is a good forum for beleaguered Notes programmers.

HTH

Bob
 
Well, I have to say I was wrong. Thanks for showing me the light, Hugh. :)

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top