Use AddSubFolder API
- Create parent folder: xxx@xxx.com\Contacts, class: “IPF.Contact”
- Create child folder: xxx@xxx.com\Contacts\Companies, class: “IPF.Contact.Company”
Error: The specified container class of the added folder (IPF.Contact.Company) does not match the container class of the parent folder (IPF.Contact).
When I used old version, there was no issue.
Whether validation logic is added in the new version, but there are actually cases where the parent and child class is not the same
Could you help me?
Thanks.