View Single Post
  #14  
Old May 1st 07, 07:14 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to store custom data with Folder

You *can* use GetIDsFromNames (which RDOMail exposes), but you don't have
to - the RDOMail version of fields also takes a DASL property name
(string) - in that case Redemption will call GetIDsFromNames internally:

Prop =
RDOMail.Fields("http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/8582000B")

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

"j" wrote in message
ups.com...
Thanks for replay,

In case i'll use RDOMail.Fields i yet need use the GetIDsFromNames
cause i don't know the ProgTag of
named property. So it's same like use the MAPIUtils object .

Am i right??

TNX in Advance.



Ads