RulePredicateFlags

RulePredicateFlags enumeration (32 values)

Represents the RulePredicate flags

ValueDescription
NoneNo flags are specified
ApprovalRequestIncoming messages must be approval requests in order for the condition or exception to apply.
NotApprovalRequestIncoming messages must NOT be approval requests in order for the condition or exception to apply.
AutomaticForwardIncoming messages must be automatic forwards in order for the condition or exception to apply.
NotAutomaticForwardIncoming messages must NOT be automatic forwards in order for the condition or exception to apply.
AutomaticReplyIncoming messages must be automatic replies in order for the condition or exception to apply.
NotAutomaticReplyIncoming messages must NOT be automatic replies in order for the condition or exception to apply.
EncryptedIncoming messages must be S/MIME encrypted in order for the condition or exception to apply.
NotEncryptedIncoming messages must not be S/MIME encrypted in order for the condition or exception to apply.
MeetingRequestIncoming messages must be meeting requests in order for the condition or exception to apply.
NotMeetingRequestIncoming messages must NOT be meeting requests in order for the condition or exception to apply.
MeetingResponseIncoming messages must be meeting responses in order for the condition or exception to apply.
NotMeetingResponseIncoming messages must NOT be meeting responses in order for the condition or exception to apply.
NdrIncoming messages must be non-delivery reports (NDRs) in order for the condition or exception to apply.
NotNdrIncoming messages must NOT be non-delivery reports (NDRs) in order for the condition or exception to apply.
PermissionControlledIncoming messages must be permission controlled (RMS protected) in order for the condition or exception to apply.
NotPermissionControlledIncoming messages must NOT be permission controlled (RMS protected) in order for the condition or exception to apply.
HasAttachmentAn incoming messages have to have attachments in order for the condition or exception to apply
HasNotAttachmentAn incoming messages have to have NOT attachments in order for the condition or exception to apply
ReadReceiptIncoming messages must be read receipts in order for the condition or exception to apply
NotReadReceiptIncoming messages must NOT be read receipts in order for the condition or exception to apply
SignedIncoming messages must be S/MIME signed in order for the condition or exception to apply.
NotSignedIncoming messages must NOT be S/MIME signed in order for the condition or exception to apply.
VoicemailIncoming messages must be voice mails in order for the condition or exception to apply.
NotVoicemailIncoming messages cant NOT be voice mails in order for the condition or exception to apply.
SentToMeThe owner of the mailbox has to be in the ToRecipients property of incoming messages in order for the condition or exception to apply.
NotSentToMeThe owner of the mailbox cannot be in the ToRecipients property of the incoming messages in order for the condition or exception to apply.
SentCcMeThe owner of the mailbox has to be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
NotSentCcMeThe owner of the mailbox cannot be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
SentOnlyToMeThe owner of the mailbox has to be the only one in the ToRecipients property of incoming messages in order for the condition or exception to apply.
NotSentOnlyToMeThe owner of the mailbox cannot to be the only one in the ToRecipients property of incoming messages in order for the condition or exception to apply.
SentToOrCcMeThe owner of the mailbox has to be in either a ToRecipients or CcRecipients property of incoming messages in order for the condition or exception to apply