The MessageClassAcceptRegex
parameter specifies a regular expression to limit the items retrieved from the Exchange repository. The connector only retrieves items where the message class matches the regular expression.
By default, the connector retrieves items with any message class. You can set this parameter to extract only messages, contacts, tasks, appointments, or sticky notes from the repository. These items have the following message classes:
IPM.Note
|
E-mail message |
IPM.Contact
|
Contacts in the address book |
IPM.Task
|
Tasks |
IPM.Appointment
|
Appointments in the calendar |
IPM.StickyNote
|
Sticky Notes |
Type: | String |
Default: | .*
|
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | MessageClassAcceptRegex=IPM\.Contact|IPM\.Task
|
See Also: | MessageClassRejectRegex |
|