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
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