PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Send a Custom Outlook form Using VB6

Reply

Send a Custom Outlook form Using VB6

 
Thread Tools Rate Thread
Old 03-07-2003, 08:48 AM   #1
Terry McGuire
Guest
 
Posts: n/a
Default Send a Custom Outlook form Using VB6



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


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  Reply With Quote
Old 03-07-2003, 01:32 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Send a Custom Outlook form Using VB6

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


"Terry McGuire" <anonymous@devdex.com> wrote in message
news:uh0Km$TQDHA.2096@TK2MSFTNGP12.phx.gbl...
>
> 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
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off