Hi all,
This is a pseudo follow-up post to a previous question regarding creating and
configuring MAPI profiles dynamically with Python.
There was no posted solution to the question (as far as I can see) so I thought
I'd opst again to see if anyone had any new ideas.
The code is pretty clearly d
> The code is pretty clearly defined in C on MSDN, but when translated to
Python,
> it fails when configuring services within the created profile.
I have got past your immediate stumbling-block, just to hit another.
> One possible issue is with the serviceUID, which when viewed in the IDE is
> [}
Cheers Mark, now we are cooking with Gas!
The "MakeIID" works a treat, and the reason why the code then failed
immediately after is due to a silly error on my part. From the original post...
---
# Administer the profile services
serviceAdmin = profileAdmin.AdminServices(profileName, None, 0, 0)