Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFExchangeConnection

Explorer ,
Apr 08, 2009 Apr 08, 2009

We are having problems establishing an exchange connection. We have a couple of things we don't quite understand since I am new at this.

1. We have 2 exchange servers front end and back end. Which one do we connect to?

2. Our environment does not require a password after the user is authenticated on our site. Do really need to pass a userid and password or is the userid sufficient? I ask because the documentation says the password is optional.

3. What would the correct code look like for both an HTTP and HTTPS connection?

4. Which folder do these certificates go into?

(Our Current Code)

<cfexchangeConnection
    action="open"
    connection="MyConnection"
    server="servername"
    username="#CGI.AUTH_USER#"
  protocol="https">

Any insight or articles that I can read on this subject would help a lot. Thank You

TOPICS
Advanced techniques
536
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 22, 2009 May 22, 2009
LATEST

I solved this problem. It actually had nothing to do with the two servers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources