cfexchangeconnection
8
Overview
ColdFusion
Open BlueDragon
Lucee
Opens or closes a persistent connection to an Microsoft Exchange server. You must have a persistent or temporary connection to use the cfexchangecalendar, cfexchangecontact, cfexchangemail, and cfexchangetask tags to get or change information on the Exchange server.
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
8
|
action | Yes | String | The action to take. Must be open or close. (required) | |
8
|
connection | Yes | String | The name of the connection. You specify this ID when you close the connection and in tags such as cfexchangemail. (required) | |
8
|
exchangeserverlanguage | No | String | The language of the Exchange server. Default is English. | |
8
|
folder | No | String | The forward slash (/) delimited path from the root of the mailbox to the folder for which to get subfolders. | |
8
|
formbasedauthentication | No | Boolean | A Boolean value that specifies whether to display a login form and use form based authentication when making the connection. | |
8
|
mailboxName | No | String | The ID of the Exchange mailbox to use. Specify this attribute to access a mailbox whose owner has delegated access rights to the account specified in the username attribute. (optional) | |
8
|
name | No | String | The name of the ColdFusion query variable that contains information about the subfolders. | |
8
|
password | No | String | (open) The users password for accessing the Exchange server. (optional) | |
8
|
port | No | Numeric | The port on the server connect to, most commonly port 80. (optional) | |
8
|
protocol | No | String | The protocol to use for the connection. Valid values are http and https. (optional) | |
8
|
proxyHost | No | String | The URL or IP address of the proxy host required for access to the network. (optional) | |
8
|
proxyPort | No | String | The port on the proxy server to connect to, most commonly port 80. (optional) | |
8
|
recurse | No | Boolean | false | * true: get information on the immediate subfolders of the specified folder only. * false: get information on all levels of subfolders of the specified folder. |
8
|
server | Yes | String | The IP address or URL of the server that is providing access to Exchange. (required) | |
10
|
serverversion | No | String | 2007 | Version of Microsoft Exchange Server. This attribute decides whether the coldfusion should use EWS/WebDAV for communicating to the exchange server |
8
|
username | Yes | String | The Exchange user ID (required) |