(Msg. 1) Posted: Thu Jul 03, 2008 8:06 am
Post subject: Need Help to Set MS Office Outlook Archived from groups: microsoft>public>outlook>program_vba (more info?)
to automated send email. I write this code in Access-VBA.
Within MS Office Outlook 2003, I send it as a default to send email.
However, I execute the code above, I've get the error message said
"Microsoft Outlook
Not implemented"
I try to reinstall MS Office 2003-fully installation.
Set MS Office Outlook 2003 as default. It still doesn't work.
I have no idea what to figure it, any suggestion would be great.
Note: in my computer has Outlook Express and MS Office Outlook 2003. I'm not
sure this is the cause of the problem or not. However, it used to work before.
(Msg. 2) Posted: Thu Jul 03, 2008 9:44 pm
Post subject: Re: Need Help to Set MS Office Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I'm not sure what you're doing. The code is for Access, it doesn't work in
Outlook.
--
Best regards
Michael Bauer - MVP Outlook
: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>
Am Thu, 3 Jul 2008 08:06:01 -0700 schrieb March:
> Hello All,
>
> I need help to set MS Office Outlook.
>
> I use the line below
>
> "DoCmd.SendObject acSendReport, "EmailQueryReport", acFormatRTF,
> "allocations@lonewolfinvestment.com", "", "", "TEST", "Allocation Test",
> True"
>
> to automated send email. I write this code in Access-VBA.
>
> Within MS Office Outlook 2003, I send it as a default to send email.
> However, I execute the code above, I've get the error message said
>
> "Microsoft Outlook
>
>
> Not implemented"
>
>
>
> I try to reinstall MS Office 2003-fully installation.
>
> Set MS Office Outlook 2003 as default. It still doesn't work.
>
> I have no idea what to figure it, any suggestion would be great.
>
>
> Note: in my computer has Outlook Express and MS Office Outlook 2003. I'm
not
> sure this is the cause of the problem or not. However, it used to work
before.
>
>
> Thanks,
>
>
> March
(Msg. 3) Posted: Tue Jul 08, 2008 12:10 pm
Post subject: Re: Need Help to Set MS Office Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
The code from previous message used to work.
However, I get "error in registry for extension exchange extensions” the
syntax or format of the registry entry is incorrect. Check the registry
settings and compare the registry for this extension in the
registry……..Change # or reinstall MS Exchange again." when running the
program.
I think this is cause of the problem that I cannot send automated email from
access.
Any idea, please give me suggestion.
March
"Michael Bauer [MVP - Outlook]" wrote:
>
> I'm not sure what you're doing. The code is for Access, it doesn't work in
> Outlook.
>
> --
> Best regards
> Michael Bauer - MVP Outlook
>
> : VBOffice Reporter for Data Analysis & Reporting
> : Outlook Categories? Category Manager Is Your Tool
> : <http://www.vboffice.net/product.html?pub=6&lang=en>
>
>
> Am Thu, 3 Jul 2008 08:06:01 -0700 schrieb March:
>
> > Hello All,
> >
> > I need help to set MS Office Outlook.
> >
> > I use the line below
> >
> > "DoCmd.SendObject acSendReport, "EmailQueryReport", acFormatRTF,
> > "allocations@lonewolfinvestment.com", "", "", "TEST", "Allocation Test",
> > True"
> >
> > to automated send email. I write this code in Access-VBA.
> >
> > Within MS Office Outlook 2003, I send it as a default to send email.
> > However, I execute the code above, I've get the error message said
> >
> > "Microsoft Outlook
> >
> >
> > Not implemented"
> >
> >
> >
> > I try to reinstall MS Office 2003-fully installation.
> >
> > Set MS Office Outlook 2003 as default. It still doesn't work.
> >
> > I have no idea what to figure it, any suggestion would be great.
> >
> >
> > Note: in my computer has Outlook Express and MS Office Outlook 2003. I'm
> not
> > sure this is the cause of the problem or not. However, it used to work
> before.
> >
> >
> > Thanks,
> >
> >
> > March
>
(Msg. 4) Posted: Sat Aug 02, 2008 9:10 am
Post subject: Re: Need Help to Set MS Office Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
--
Steve2857
"March" wrote:
> The code from previous message used to work.
>
> However, I get "error in registry for extension exchange extensions” the
> syntax or format of the registry entry is incorrect. Check the registry
> settings and compare the registry for this extension in the
> registry……..Change # or reinstall MS Exchange again." when running the
> program.
>
> I think this is cause of the problem that I cannot send automated email from
> access.
>
> Any idea, please give me suggestion.
>
>
> March
>
>
>
>
>
>
>
>
>
>
>
>
>
> "Michael Bauer [MVP - Outlook]" wrote:
>
> >
> > I'm not sure what you're doing. The code is for Access, it doesn't work in
> > Outlook.
> >
> > --
> > Best regards
> > Michael Bauer - MVP Outlook
> >
> > : VBOffice Reporter for Data Analysis & Reporting
> > : Outlook Categories? Category Manager Is Your Tool
> > : <http://www.vboffice.net/product.html?pub=6&lang=en>
> >
> >
> > Am Thu, 3 Jul 2008 08:06:01 -0700 schrieb March:
> >
> > > Hello All,
> > >
> > > I need help to set MS Office Outlook.
> > >
> > > I use the line below
> > >
> > > "DoCmd.SendObject acSendReport, "EmailQueryReport", acFormatRTF,
> > > "allocations@lonewolfinvestment.com", "", "", "TEST", "Allocation Test",
> > > True"
> > >
> > > to automated send email. I write this code in Access-VBA.
> > >
> > > Within MS Office Outlook 2003, I send it as a default to send email.
> > > However, I execute the code above, I've get the error message said
> > >
> > > "Microsoft Outlook
> > >
> > >
> > > Not implemented"
> > >
> > >
> > >
> > > I try to reinstall MS Office 2003-fully installation.
> > >
> > > Set MS Office Outlook 2003 as default. It still doesn't work.
> > >
> > > I have no idea what to figure it, any suggestion would be great.
> > >
> > >
> > > Note: in my computer has Outlook Express and MS Office Outlook 2003. I'm
> > not
> > > sure this is the cause of the problem or not. However, it used to work
> > before.
> > >
> > >
> > > Thanks,
> > >
> > >
> > > March
> >
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum