[python-win32] How to set value for multi-valued property using mapi?

2014-12-29 Thread Kapil Dolas
Hi, 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

Re: [python-win32] How to set value for multi-valued property using mapi?

2015-01-01 Thread Kapil Dolas
Hi Nick, Thank you for replying. I tried example given by you and it worked. All MV properties are working in the same way, except ones of type PT_MV_BINARY. Can you give me example for setting PT_MV_BINARY values? Thanks and Regards, Kapil ___ python-w

[python-win32] Possible memory leak in pywin32

2015-01-16 Thread Kapil Dolas
istakes in my program? Regards, Kapil Dolas ___ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32