cfexchangefilter

Specifies the filter parameter for cfexchangemail, cfexchangecalendar, cfexchangetask, and cfexchangecontact, get operations.

  <cfexchangefilter name="allDayEvent">

 cfexchangefilter(name="allDayEvent");

This tag requires Adobe ColdFusion 8 and up.  Not supported on Lucee, etc.

Attribute Reference

name any
Required

The type of filter to use. (required)
Values:
  • allDayEvent
  • assistant
  • attributes
  • attributes
  • bcc
  • billingInfo
  • businesAddress
  • businessFax
  • businessPhoneNumber
  • cc
  • companies
  • company
  • dateCompleted
  • displayAs
  • dueDate
  • duration
  • email1
  • email2
  • email3
  • endTime
  • firstName
  • folder
  • fromID
  • hasAttachment
  • homeAddress
  • homePhoneNumber
  • importance
  • isRead
  • isRecurring
  • jobTitle
  • lastName
  • location
  • mail_ID
  • mailingAddressType
  • manager
  • meeting UIDs
  • meeting_response
  • meetingUID
  • message
  • messageType
  • middleName
  • mileage
  • mobilePhoneNumber
  • name
  • nickName
  • office
  • optionalAttendees
  • organizer
  • otherAddress
  • otherPhoneNumber
  • profession
  • requiredAttendees
  • sensitivity
  • spouseName
  • startDate
  • startTime
  • status
  • subject
  • timeReceived
  • timeSent
  • toID
  • totalWork
  • UID
  • Valid
  • webPage
  • lastModified
  • recurrenceID
  • maxRows

from any

The start date or date/time combination of the range to use for filtering.
Cannot be used with the value attribute.
If you specify a from attribute without a to attribute, the filter selects for
all entries on or after the specified date or time.
The value can be in any date/time format recognized by ColdFusion, but must
correspond to a value that is appropriate for the filter type. (optional)

to any

The end date or date/time combination for the range used for filtering.
Cannot be used with the value attribute.
If you specify a to attribute without a from attribute, the filter selects for
all entries on or before the specified date or time.
The value can be in any date/time format recognized by ColdFusion, but must
correspond to a value that is appropriate for the filter type. (optional)

value any

The filter value for all filters that do not take a date or time range.
Cannot be used with the from and to attributes.
If the name attribute requires this attribute, ColdFusion generates an error
if it has an empty or null value. (optional)

Examples
Sample code using the cfexchangefilter tag

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub