The MessageClassRejectRegex parameter specifies a regular expression to reject messages by their class. The connector does not retrieve messages where the message class matches the regular expression.
You can use this parameter to ignore e-mail messages, contacts, tasks, appointments, or sticky notes. These items have the following message classes:
IPM.Note
|
E-mail messages |
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: | MessageClassRejectRegex=IPM.Contact
|
| See Also: | MessageClassAcceptRegex |
|
|