WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Read fields with Redemption

 
   Home -> Office -> Programming VBA RSS
Next:  Use of Catagories field in Restrict statements  
Author Message
Joao Quaresma

External


Since: Dec 28, 2008
Posts: 1



(Msg. 1) Posted: Sun Dec 28, 2008 2:17 pm
Post subject: Read fields with Redemption
Archived from groups: microsoft>public>outlook>program_vba (more info?)

When I read the folowing fields with Redemption (&H8006001E -
PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty
fiel, but the fields exist and have a value. Is there a problem with
Redemption when reading this fields?

Best regards,

Joao Quaresma.
Back to top
Login to vote
Dmitry Streblechenko

External


Since: Nov 23, 2003
Posts: 1142



(Msg. 2) Posted: Sun Dec 28, 2008 3:48 pm
Post subject: Re: Read fields with Redemption [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How do you know that the field exists? Do you see it in OutlookSpy? How do
you access these properties?
Keep in midn that these properties are only exposed in the online (as
opposed to cached) mode.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Joao Quaresma" <Joao Quaresma.RemoveThis@discussions.microsoft.com> wrote in message
news:C77A23A8-B326-4DF0-B57B-096730D371A8@microsoft.com...
> When I read the folowing fields with Redemption (&H8006001E -
> PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty
> fiel, but the fields exist and have a value. Is there a problem with
> Redemption when reading this fields?
>
> Best regards,
>
> Joao Quaresma.
>
>
Back to top
Login to vote
Joao Quaresma

External


Since: Dec 29, 2008
Posts: 1



(Msg. 3) Posted: Mon Dec 29, 2008 2:52 pm
Post subject: Re: Read fields with Redemption [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I've used MsgView to read the saved message. In code i' am reading the
messages that are in a .pst file.


Joao Quaresma.



"Dmitry Streblechenko" wrote:

> How do you know that the field exists? Do you see it in OutlookSpy? How do
> you access these properties?
> Keep in midn that these properties are only exposed in the online (as
> opposed to cached) mode.
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Joao Quaresma" <Joao Quaresma.DeleteThis@discussions.microsoft.com> wrote in message
> news:C77A23A8-B326-4DF0-B57B-096730D371A8@microsoft.com...
> > When I read the folowing fields with Redemption (&H8006001E -
> > PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty
> > fiel, but the fields exist and have a value. Is there a problem with
> > Redemption when reading this fields?
> >
> > Best regards,
> >
> > Joao Quaresma.
> >
> >
>
>
>
Back to top
Login to vote
Dmitry Streblechenko

External


Since: Nov 23, 2003
Posts: 1142



(Msg. 4) Posted: Mon Dec 29, 2008 4:14 pm
Post subject: Re: Read fields with Redemption [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Message? These properties are not exposed by messages, they are exposed by
the RDOAddressEntry objects (corresponds to the IMailUser object in MAPI)
from teh GAL container.
*Where* exactly do you see these properties when you are using MsgView? Can
you see these properies in OutlookSpy?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Joao Quaresma" <JoaoQuaresma.DeleteThis@discussions.microsoft.com> wrote in message
news:4E0E9E4C-5CDD-4733-B076-C602FC7BEF4A@microsoft.com...
> Hello,
>
> I've used MsgView to read the saved message. In code i' am reading the
> messages that are in a .pst file.
>
>
> Joao Quaresma.
>
>
>
> "Dmitry Streblechenko" wrote:
>
>> How do you know that the field exists? Do you see it in OutlookSpy? How
>> do
>> you access these properties?
>> Keep in midn that these properties are only exposed in the online (as
>> opposed to cached) mode.
>>
>> --
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>> "Joao Quaresma" <Joao Quaresma.DeleteThis@discussions.microsoft.com> wrote in
>> message
>> news:C77A23A8-B326-4DF0-B57B-096730D371A8@microsoft.com...
>> > When I read the folowing fields with Redemption (&H8006001E -
>> > PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an
>> > empty
>> > fiel, but the fields exist and have a value. Is there a problem with
>> > Redemption when reading this fields?
>> >
>> > Best regards,
>> >
>> > Joao Quaresma.
>> >
>> >
>>
>>
>>
Back to top
Login to vote
Reinier

External


Since: Mar 26, 2009
Posts: 1



(Msg. 5) Posted: Thu Mar 26, 2009 6:23 am
Post subject: Re: Read fields with Redemption [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Dmitry, can you please explain how to view this property
'PR_EMS_AB_HOME_MDB' in OutlookSpy? I feel I've looked everywhere but no luck.

thanks,

Reinier

"Dmitry Streblechenko" wrote:

> Message? These properties are not exposed by messages, they are exposed by
> the RDOAddressEntry objects (corresponds to the IMailUser object in MAPI)
> from teh GAL container.
> *Where* exactly do you see these properties when you are using MsgView? Can
> you see these properies in OutlookSpy?
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Joao Quaresma" <JoaoQuaresma DeleteThis @discussions.microsoft.com> wrote in message
> news:4E0E9E4C-5CDD-4733-B076-C602FC7BEF4A@microsoft.com...
> > Hello,
> >
> > I've used MsgView to read the saved message. In code i' am reading the
> > messages that are in a .pst file.
> >
> >
> > Joao Quaresma.
> >
> >
> >
> > "Dmitry Streblechenko" wrote:
> >
> >> How do you know that the field exists? Do you see it in OutlookSpy? How
> >> do
> >> you access these properties?
> >> Keep in midn that these properties are only exposed in the online (as
> >> opposed to cached) mode.
> >>
> >> --
> >> Dmitry Streblechenko (MVP)
> >> http://www.dimastr.com/
> >> OutlookSpy - Outlook, CDO
> >> and MAPI Developer Tool
> >> -
> >> "Joao Quaresma" <Joao Quaresma DeleteThis @discussions.microsoft.com> wrote in
> >> message
> >> news:C77A23A8-B326-4DF0-B57B-096730D371A8@microsoft.com...
> >> > When I read the folowing fields with Redemption (&H8006001E -
> >> > PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an
> >> > empty
> >> > fiel, but the fields exist and have a value. Is there a problem with
> >> > Redemption when reading this fields?
> >> >
> >> > Best regards,
> >> >
> >> > Joao Quaresma.
> >> >
> >> >
> >>
> >>
> >>
>
>
>
Back to top
Login to vote
Dmitry Streblechenko

External


Since: Nov 23, 2003
Posts: 1142



(Msg. 6) Posted: Thu Mar 26, 2009 2:08 pm
Post subject: Re: Read fields with Redemption [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Are you trying to read it from one of the GAL objects?
Have you tried to click IAddrBook button, then "Open Root Container"?
You can then browse to the GAL entry in question from teh GetHierarchyTable
/ GetContentsTable tabs of the IABContainer windows.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Reinier" <Reinier RemoveThis @discussions.microsoft.com> wrote in message
news:9DAFD607-3272-4E94-8ED0-80DE4296C0D0@microsoft.com...
> Hi Dmitry, can you please explain how to view this property
> 'PR_EMS_AB_HOME_MDB' in OutlookSpy? I feel I've looked everywhere but no
> luck.
>
> thanks,
>
> Reinier
>
> "Dmitry Streblechenko" wrote:
>
>> Message? These properties are not exposed by messages, they are exposed
>> by
>> the RDOAddressEntry objects (corresponds to the IMailUser object in MAPI)
>> from teh GAL container.
>> *Where* exactly do you see these properties when you are using MsgView?
>> Can
>> you see these properies in OutlookSpy?
>>
>> --
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>> "Joao Quaresma" <JoaoQuaresma RemoveThis @discussions.microsoft.com> wrote in message
>> news:4E0E9E4C-5CDD-4733-B076-C602FC7BEF4A@microsoft.com...
>> > Hello,
>> >
>> > I've used MsgView to read the saved message. In code i' am reading the
>> > messages that are in a .pst file.
>> >
>> >
>> > Joao Quaresma.
>> >
>> >
>> >
>> > "Dmitry Streblechenko" wrote:
>> >
>> >> How do you know that the field exists? Do you see it in OutlookSpy?
>> >> How
>> >> do
>> >> you access these properties?
>> >> Keep in midn that these properties are only exposed in the online (as
>> >> opposed to cached) mode.
>> >>
>> >> --
>> >> Dmitry Streblechenko (MVP)
>> >> http://www.dimastr.com/
>> >> OutlookSpy - Outlook, CDO
>> >> and MAPI Developer Tool
>> >> -
>> >> "Joao Quaresma" <Joao Quaresma RemoveThis @discussions.microsoft.com> wrote in
>> >> message
>> >> news:C77A23A8-B326-4DF0-B57B-096730D371A8@microsoft.com...
>> >> > When I read the folowing fields with Redemption (&H8006001E -
>> >> > PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an
>> >> > empty
>> >> > fiel, but the fields exist and have a value. Is there a problem with
>> >> > Redemption when reading this fields?
>> >> >
>> >> > Best regards,
>> >> >
>> >> > Joao Quaresma.
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Programming VBA 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
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support