![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |