Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 1217

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Using External Resources
You can use this connection for any activities that docuser3 has delegated to docuser4. If docuser3, for example, has
only delegated reviewer rights to the calendar, you can use this connection only with the
with
and
get
getAttachments
Creating Exchange items
You can create Exchange events, contacts, and tasks by using the
tag, respectively, and specifying an
cfexchangetask
using the cfmail tag to send the message. For information on sending mail, see
page 1192.
When you create a calendar event, contact, or task, you specify the action, the connection information (persistent
connection name or transient connection attributes) and an attribute that specifies a structure with the information
you are adding. You can also specify a
you create. You can use this UID to identify the entry in tags that modify or delete the entry.
The name of the attribute that you use to specify the entry information varies with the tag you are using, as follows:
Tag
cfexchangecalendar
cfexchangecontact
cfexchangetask
Enclose in number signs (#) the variable that contains the details of the event, contact, or task data, as in the following
example:
<cfexchangecalendar action="create" connection="myConn" event="#theEvent#"
result="resultUID">
The contents of the entry information structure depend on the tag. For details of the structure contents, see
cfexchangecalendar, cfexchangecontact, and cfexchangetask in the CFML Reference.
Note: To create an Exchange calendar appointment, create a calendar event and do not specify any required or optional
attendees.
The following example lets a user enter information in a form and creates a contact on the Exchange server with the
information:
attributes.
action
variable that contains the value of the Exchange UID for the entry that
result
Attribute
event
contact
task
Last updated 1/20/2012
cfexchangecalendar
,
cfexchangecalendar
cfexchangecontact
attribute value of
. You create mail messages by
create
"Sending and Receiving
1212
tag
, or
E-Mail" on

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents