Product SiteDocumentation Site

3.3. Parameters

Parameters passed in python are generally equal to their c+\+ counterpart. For example, the function
MAPILogonEx(0, "profile", "password", 0, &lpStore)
is identical to the python call
store = MAPILogonEx(0, "profile", "password", 0)
There are some small differences:
in python:
object.SetProps([prop1, prop2], None)