"Peter Foot [MVP] " Come In ,I need your Help !

  • Thread starter Thread starter Leroy Xie
  • Start date Start date
L

Leroy Xie

Hi
I wish u can help me ! I am a programmer . Recently a very hard
problem confused me , I made a program about email restoring in 05wm
PPC ,the program can restore emails but the number is limited ,just 65
ones ! if more than 65 ,the restoring will be failed ,some emails will
lose ! This problem is worked by fldr%x table in cemail.vol .Because
there are two properties can not be update in fldr%x table .u know ,I
need update the ceoid! I am very puzzle ! plz help me I will really
appreciate your help! Thank u !
 
Oids are assigned by the database engine so you can't edit them manually.
When restoring you'll need to replace the old oids in any links across
tables with the new Oids. However rather than backing up and restoring
through the database APIs you should probably be using CEMAPI.

Peter
 
Back
Top