PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Send a Custom Outlook form Using VB6
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Send a Custom Outlook form Using VB6
![]() |
Send a Custom Outlook form Using VB6 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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! |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

