Guest User

Untitled

a guest
Mar 8th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <cfexchangeconnection action="open" username="username" password="password"
  2. server="mailserver.domain.ext" connection="c" />
  3.  
  4. <cfexchangemail action="get" name="emails" connection="c">
  5. <cfexchangefilter name="maxrows" value="10" />
  6. </cfexchangemail>
  7.  
  8. <cfdump var="#emails#" />
  9.  
  10. <cfexchangeconnection action="close" connection="c" />
Add Comment
Please, Sign In to add comment