Send a Custom Outlook form Using VB6

T

Terry McGuire

Hi,
Can anyone tell me how i can send a custom outlook form using VB6. I can
send normall mail and read normall mail.
Any help will be gratefully appreciated.
Thank You in advance

PS If you can help the form is called "Reply" stored in a folder called
"LA65" in Outlook 2002
 
K

Ken Slovak - [MVP - Outlook]

Get the Items collection for the LA65 folder and use the Add method
for that Items collection to create a new item of that message class
(Items.Add("IPM.Note.Reply"). After you have a mail item object for
that new item you can use the Send method on it just as with any other
mail item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top