cancel
Showing results for 
Search instead for 
Did you mean: 

EV Journal Filter and adding default properties to IArchiveControl object

Kevin_d1
Not applicable

Hi All:

 

I am attempting to add content to the default property "rtsm" using the AddIndexedProperty method from IArchiveControl.

 

When I use the EV Search application I can not find the string I have added to any of the messages that I have journaled.

 

Sample code:

BSTR bstrTag = SysAllocString(L"rtsm") ;
  BSTR bstrValue = SysAllocString(L"name=Robert StJohn,id=123456789,url=http://facebook.com/sainttx,type=user") ;
  hr = m_spArchControl->AddIndexedProperty( bstrTag, bstrValue ) ; 

1 REPLY 1

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

How are you doing your search? What fields are you using?