Emails listed in contacts request | MDaemon Technologies, Ltd.

Emails listed in contacts request


  • Hello,

    I would like emails to be retrieved in the FolderOperation that requests a contact list, but it just lists the unique contact ID and names, not emails.

    <?xml version="1.0"?>
    <MDaemon>
        <API serviceversion="24.5.0.1" productversion="24.5.0">
            <Request version="24.5" echo="0" verbose="0">
                <Operation>FolderOperation</Operation>
                <Parameters>
                    <Folder action="get" path="PUBLIC/[domainredacted]" children="true" acl="true" comments="true" recursive="true" itemaction="list">
                    </Folder>
                </Parameters>
            </Request>
        </API>
    </MDaemon>

    Have tried fiddling a bit with the request like putting ItemOperation parameters under Folder to attempt to pull item attributes in the request, but did not work.

    Is the only way to get the emails to really make a request on the entire contact list, then loop through every single contact and do an individual ItemOperation request?

    Thanks for any help.



  • Hello, 

    My apologies for the delay in responding.

    >Is the only way to get the emails to really make a request on the entire contact list, then loop through every single contact and do an >individual ItemOperation request?

    Yes, the current version of the XMLAPI requires that you retrieve each item.


Please login to reply this topic!