R
Roman Spanner
I've tried using the following two methods;
I've tried using the following two bits of code, but they don't work;
varValue = cdoMessage.Fields(strField).Value ' using CDO
and
varValue = outContactItem.UserProperties(strField).Value ' using the
Outlook object model
Can you tell me what I'm doing wrong? Is there another method/property I
should be using?
Should I be able to extract the values from user-defined fields in a
one-offed item?
Many thanks in advance,
Philip Street
I've tried using the following two bits of code, but they don't work;
varValue = cdoMessage.Fields(strField).Value ' using CDO
and
varValue = outContactItem.UserProperties(strField).Value ' using the
Outlook object model
Can you tell me what I'm doing wrong? Is there another method/property I
should be using?
Should I be able to extract the values from user-defined fields in a
one-offed item?
Many thanks in advance,
Philip Street