I am trying to set a MAPI property "PR_EMS_AB_EXTENSION_ATTRIBUTE_1" throug
OLEDB. 
Here is the sample code that I have 
-----------------------------------------------
Dim Conn as New ADODB.Connection
Dim Rec as New ADODB.Record
Dim Flds as ADODB.Fields
Conn.Provider = "ExOLEDB.DataSource"

Conn.Open URL
Conn.BeginTrans
Rec.Open URL, Conn, adModeReadWrite
Set Flds = Rec.Fields
Flds("http://schemas.microsoft.com/mapi/proptag/x802E001E";) = "test123"

' Set other fields
Flds.Update
Conn.CommitTrans

-----------------------------------------------
I am trying to see this property through Outlook Spy but cant see this
anywhere.

Can someone tell me what wrong I am doing here.

THanks

Vijay

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to