A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Read fields with Redemption



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 28th 08, 10:17 PM posted to microsoft.public.outlook.program_vba
Joao Quaresma
external usenet poster
 
Posts: 1
Default Read fields with Redemption

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.


  #2  
Old December 28th 08, 10:48 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Read fields with Redemption

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 wrote in message
...
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.




  #3  
Old December 29th 08, 10:52 PM posted to microsoft.public.outlook.program_vba
Joao Quaresma[_2_]
external usenet poster
 
Posts: 1
Default Read fields with Redemption

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 wrote in message
...
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.





  #4  
Old December 29th 08, 11:14 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Read fields with Redemption

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" wrote in message
...
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 wrote in
message
...
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.







  #5  
Old March 26th 09, 01:23 PM posted to microsoft.public.outlook.program_vba
Reinier
external usenet poster
 
Posts: 1
Default Read fields with Redemption

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" wrote in message
...
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 wrote in
message
...
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.








  #6  
Old March 26th 09, 09:08 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Read fields with Redemption

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" wrote in message
...
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" wrote in message
...
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 wrote in
message
...
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.










 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Form - read-only fields Studer Outlook - Using Forms 4 June 12th 08 10:31 AM
customize viewfieldsread column, question Ariel Poplack Outlook - Installation 1 January 8th 07 03:25 PM
Redemption MAPITable - how to deal with empty fields SummerSky Outlook and VBA 2 December 20th 06 04:27 PM
Help wanted Using redemption to see emails in CC,BCC and TO fields bobdydd Outlook and VBA 1 June 9th 06 10:11 PM
Useing Redemption Object to Read an Inbox Damian Add-ins for Outlook 9 June 8th 06 06:57 AM


All times are GMT +1. The time now is 05:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.