Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cfexchangecontact get & cfexchangefilter

30 views
Skip to first unread message

TimBinTexas

unread,
Feb 10, 2014, 8:48:10 AM2/10/14
to
Has anyone used the cfexchangecontact tag with the cfexchangefilter tag?

According to all the docs I'm seeing the following should work to pull down all exchange contacts for a user:
<cfexchangecontact action="get"
name="qContacts" username="#mailuser#"
password = "#mailuserpassword#"
mailboxname="#mailboxname#"
server="#mailserver#" />
<cfexchangefilter name="maxRows" value="-1">
</cfexchangecontact>
... but it generates an error:
Context validation error for tag cfexchangecontact.Either the end tag &lt;/cfexchangecontact&gt; encountered on line xx at column 3 requires a matching start tag or tag cfexchangecontact does not support end tag.

cfexchangecontact works fine without an end tag, but only returns 100 records (the default).

Jack Drysdale Jr

unread,
Apr 9, 2014, 9:38:23 AM4/9/14
to
From what I am reading in the CF9 docs, cfexchangefilter is not used with cfexchangecontact; it is used with cfexchangemail. In fact, cfexchangecontact does NOT support a closing tag.

Solid examples of how to use cfexchangecontact are located at
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7828.html

HTH,

JD
0 new messages