Lets you perform various actions on the mail folder, such as get folder information, find folders, or create, copy, modify, move, delete, and empty the contents of a folder.
<cfexchangefolder action="" folderID="" connection="" name="">
cfexchangefolder(action="", folderID="", connection="", name="");
getInfo
getExtendedInfo
findSubFolders
create
copy
delete
move
modify
empty
cfexchangeconnection
tag.
/
moveToDeletedItems
hardDelete
softDelete
moveToDeletedItems
false
Gets the extended information for the Inbox folder.
<cfexchangeconnection action="open" username="conv" password="Password" server="IP_Address" serverversion="2010" connection="conn1">
<cfexchangefolder action="getextendedinfo" connection="conn1" name="result" folderpath="Inbox">
<cfdump var="#result#">
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.