Helps users organize and manage conversations from a Microsoft Exchange account.
<cfexchangeconversation action="" connection="" folderID="" name="">
cfexchangeconversation(action="", connection="", folderID="", name="");
get
setReadState
copy
move
delete
cfexchangeconnection
tag.
moveToDeletedItems
hardDelete
softDelete
moveToDeletedItems
Gets the conversations in the Inbox folder, filtered by topic and categories.
<cfexchangeconnection action="open" username="conv" password="Password" server="IP_Address" serverversion="2010" connection="conn1">
<cfexchangefolder action="getextendedinfo" connection="conn1" name="result" folderpath="Inbox">
<cfexchangeconversation action="get" folderid="#result.uid#" name="conversations" connection="conn1">
<cfexchangefilter name="topic" value="testcfexchnage3">
<cfexchangefilter name="categories" value="Yellow Category">
</cfexchangeconversation>
<cfdump var="#conversations#">
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.