Hi All, I am trying to get contacts from within a subfolder of my contacts in MS Exchange. BTW I am using CF8.
- I can connect to the exchange server hosting my mailbox. - I can get the subfolder within my 'Contacts' using action=getSubfolders. - I CANNOT get my contacts (as contacts) within the subfolder. Using the documentation it seems as though the correct way to get items within a subfolder should be: <cfexchangecontact action="get" name="qryContacts" connection="excConn"> <cfexchangefilter name="folder" value="Contacts/My SubFolder"> </cfexchangecontact> However this throws an error because 'folder' is an invalid value for the 'name' parameter for the cfexchangefilter when used with cfexchangecontact. What is odd is I can get the contacts within the 'Contacts/ MySubFolder' when using cfexchangemail i.e. <cfexchangemail action="get" name="qryContacts" connection="excConn"> <cfexchangefilter name="folder" value="Contacts/My SubFolder"> </cfexchangemail> But these are returned as 'meetings' NOT 'contacts'. At the moment I feel as though this is an incomplete feature of ColdFusion. What do you guys think? Should this be raised with Adobe? I have not tried this on CF9 but from what I can tell from the CF9 documentation it does not look as though it has been resolved. Cheers Glen -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
