Address Card - Card Width

  • Thread starter Thread starter Sammy Lau
  • Start date Start date
S

Sammy Lau

Hi all,

How I can get the value of the Address Card dimensions from OOM? If this
is not possible, where does this value stored? Registry? File?

Thanks a lot for your help.

Cheers,
Sammy
 
Sammy said:
Hi all,

How I can get the value of the Address Card dimensions from OOM? If this
is not possible, where does this value stored? Registry? File?

Thanks a lot for your help.

Cheers,
Sammy

It's not accessible from OOM. From cdolive.com, I've learnt that the
view settings of a folder are stored in a hidden message of type
IPM.Microsoft.FolderDesign.NamedView.

In this message, there is a PT_BINARY property "PR_VIEW_STATE". The card
width is stored in the 30th byte (2 bytes in size). The multiline size
is stored in 28th byte (1 byte in size). I'm still running tests to find
out the rest of the definition.

I'd like to know if there is any source that got the definition of this
binary structure?

Thanks a lot in advanced.

Cheers,
Sammy Lau
 
Most of the information at CDOLive was reverse engineered by Siegfried Weber
and there's no official documentation. In fact I know of many people at MS
who use Sig's work since they have no other way of finding that information.
 
Back
Top