J
Julia
Hello
I have two types of contacts item,one is IPM.Contact and the other is
IPM.Contact.Special
I decide to create two wrapper classes.
CIpmInspector and CSpcInspector which will wrap the two item's inspector
I wonder if it is safe? should i get NewInspector event each time an item
is displayed?
(foe example when i am pressing the next button on the inspector assuming i
will get different item)
or should i stick with one wrapper for both items,and just check the
currentitem message class?
I decided to do it since each item have different toolbar,and different
processing.
10x.
I have two types of contacts item,one is IPM.Contact and the other is
IPM.Contact.Special
I decide to create two wrapper classes.
CIpmInspector and CSpcInspector which will wrap the two item's inspector
I wonder if it is safe? should i get NewInspector event each time an item
is displayed?
(foe example when i am pressing the next button on the inspector assuming i
will get different item)
or should i stick with one wrapper for both items,and just check the
currentitem message class?
I decided to do it since each item have different toolbar,and different
processing.
10x.