Board index » delphi » Outlook 2000 works But XP(2002) Does not.

Outlook 2000 works But XP(2002) Does not.

I have an application that reads the subjects and lists them in a seperate
grid within my application if they meet a certain filter criteria.
Everything seems to work in 2000 but it appears that the subject is not
comming up in Office XP(2002). Does anyone have any ideas???

Thanks in Advance.

Dave

 

Re:Outlook 2000 works But XP(2002) Does not.


Subject property works just fine in Outlook 2002. What is your code?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy  - Outlook, CDO
and MAPI Developer Tool

Quote
<d...@digitalks.com> wrote in message news:3cb46aab$1_2@dnews...
> I have an application that reads the subjects and lists them in a seperate
> grid within my application if they meet a certain filter criteria.
> Everything seems to work in 2000 but it appears that the subject is not
> comming up in Office XP(2002). Does anyone have any ideas???

> Thanks in Advance.

> Dave

Re:Outlook 2000 works But XP(2002) Does not.


Your right it does seem to be working I had a client I was working with that
had the messages going into a subfolder and I resolved that issue. I am
still having one issue on one of my own machines. I started trying my
program on diffrent combinations of machines and outlook clients I have one
combination of Windows XP and Outlook express that came with the OS. When my
program goes to check my email client I get a error Class not registered.  
Any clues on that.   Thanks

Thanks in advance

Dave

Re:Outlook 2000 works But XP(2002) Does not.


I'll give it a guess...  Outlook is not installed on that machine, but
Outlook Express is..  Outlook and Outlook express are 2 totally different
products.

Paul

Quote
<d...@digitalks.com> wrote in message news:3cb4ab36$1_1@dnews...
> Your right it does seem to be working I had a client I was working with
that
> had the messages going into a subfolder and I resolved that issue. I am
> still having one issue on one of my own machines. I started trying my
> program on diffrent combinations of machines and outlook clients I have
one
> combination of Windows XP and Outlook express that came with the OS. When
my
> program goes to check my email client I get a error Class not registered.
> Any clues on that.   Thanks

> Thanks in advance

> Dave

Re:Outlook 2000 works But XP(2002) Does not.


Your right I do not have Outlook loaded but Express is. If I need to be able
to be compatible with both products is there a way to easily communicate
with both??  The servers section of Delphi only contains the wrappers for
Outlook.

Thanks in advance..

dave

Re:Outlook 2000 works But XP(2002) Does not.


The only API supported by OE is Simple MAPI.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy  - Outlook, CDO
and MAPI Developer Tool

Quote
<d...@digitalks.com> wrote in message news:3cb59ac7$1_1@dnews...
> Your right I do not have Outlook loaded but Express is. If I need to be able
> to be compatible with both products is there a way to easily communicate
> with both??  The servers section of Delphi only contains the wrappers for
> Outlook.

> Thanks in advance..

> dave

Other Threads