Kapil Dolas wrote:
I want to set multiple values for multi-valued property using
SetProps. SetProps takes list of tuples of tag and value as argument,
where value should be string or unicode. How to set multiple values
for multi-valued property in this case? Should I convert list of
values to string or something like that?
Well, awkwardly, it depends.
Usually, the least confusing way to handle this is just to set the
property multiple times, with a single value each time. MAPI will
accumulate the values -- it won't replace the whole set each time.
···
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.