public final class RulePredicateFlags
extends com.aspose.ms.System.Enum
Represents the RulePredicate flags
Modifier and Type | Field and Description |
---|---|
static int |
ApprovalRequest
Incoming messages must be approval requests in order for the condition or exception to apply.
|
static int |
AutomaticForward
Incoming messages must be automatic forwards in order for the condition or exception to apply.
|
static int |
AutomaticReply
Incoming messages must be automatic replies in order for the condition or exception to apply.
|
static int |
Encrypted
Incoming messages must be S/MIME encrypted in order for the condition or exception to apply.
|
static int |
HasAttachment
An incoming messages have to have attachments in order for the condition or exception to apply
|
static int |
HasNotAttachment
An incoming messages have to have NOT attachments in order for the condition or exception to apply
|
static int |
MeetingRequest
Incoming messages must be meeting requests in order for the condition or exception to apply.
|
static int |
MeetingResponse
Incoming messages must be meeting responses in order for the condition or exception to apply.
|
static int |
Ndr
Incoming messages must be non-delivery reports (NDRs) in order for the condition or exception to apply.
|
static int |
None
No flags are specified
|
static int |
NotApprovalRequest
Incoming messages must NOT be approval requests in order for the condition or exception to apply.
|
static int |
NotAutomaticForward
Incoming messages must NOT be automatic forwards in order for the condition or exception to apply.
|
static int |
NotAutomaticReply
Incoming messages must NOT be automatic replies in order for the condition or exception to apply.
|
static int |
NotEncrypted
Incoming messages must not be S/MIME encrypted in order for the condition or exception to apply.
|
static int |
NotMeetingRequest
Incoming messages must NOT be meeting requests in order for the condition or exception to apply.
|
static int |
NotMeetingResponse
Incoming messages must NOT be meeting responses in order for the condition or exception to apply.
|
static int |
NotNdr
Incoming messages must NOT be non-delivery reports (NDRs) in order for the condition or exception to apply.
|
static int |
NotPermissionControlled
Incoming messages must NOT be permission controlled (RMS protected) in order for the condition or exception to apply.
|
static int |
NotReadReceipt
Incoming messages must NOT be read receipts in order for the condition or exception to apply
|
static int |
NotSentCcMe
The owner of the mailbox cannot be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
|
static int |
NotSentOnlyToMe
The 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.
|
static int |
NotSentToMe
The owner of the mailbox cannot be in the ToRecipients property of the incoming messages in order for the condition or exception to apply.
|
static int |
NotSigned
Incoming messages must NOT be S/MIME signed in order for the condition or exception to apply.
|
static int |
NotVoicemail
Incoming messages cant NOT be voice mails in order for the condition or exception to apply.
|
static int |
PermissionControlled
Incoming messages must be permission controlled (RMS protected) in order for the condition or exception to apply.
|
static int |
ReadReceipt
Incoming messages must be read receipts in order for the condition or exception to apply
|
static int |
SentCcMe
The owner of the mailbox has to be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
|
static int |
SentOnlyToMe
The 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.
|
static int |
SentToMe
The owner of the mailbox has to be in the ToRecipients property of incoming messages in order for the condition or exception to apply.
|
static int |
SentToOrCcMe
The 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
|
static int |
Signed
Incoming messages must be S/MIME signed in order for the condition or exception to apply.
|
static int |
Voicemail
Incoming messages must be voice mails in order for the condition or exception to apply.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No flags are specified
public static final int ApprovalRequest
Incoming messages must be approval requests in order for the condition or exception to apply.
public static final int NotApprovalRequest
Incoming messages must NOT be approval requests in order for the condition or exception to apply.
public static final int AutomaticForward
Incoming messages must be automatic forwards in order for the condition or exception to apply.
public static final int NotAutomaticForward
Incoming messages must NOT be automatic forwards in order for the condition or exception to apply.
public static final int AutomaticReply
Incoming messages must be automatic replies in order for the condition or exception to apply.
public static final int NotAutomaticReply
Incoming messages must NOT be automatic replies in order for the condition or exception to apply.
public static final int Encrypted
Incoming messages must be S/MIME encrypted in order for the condition or exception to apply.
public static final int NotEncrypted
Incoming messages must not be S/MIME encrypted in order for the condition or exception to apply.
public static final int MeetingRequest
Incoming messages must be meeting requests in order for the condition or exception to apply.
public static final int NotMeetingRequest
Incoming messages must NOT be meeting requests in order for the condition or exception to apply.
public static final int MeetingResponse
Incoming messages must be meeting responses in order for the condition or exception to apply.
public static final int NotMeetingResponse
Incoming messages must NOT be meeting responses in order for the condition or exception to apply.
public static final int Ndr
Incoming messages must be non-delivery reports (NDRs) in order for the condition or exception to apply.
public static final int NotNdr
Incoming messages must NOT be non-delivery reports (NDRs) in order for the condition or exception to apply.
public static final int PermissionControlled
Incoming messages must be permission controlled (RMS protected) in order for the condition or exception to apply.
public static final int NotPermissionControlled
Incoming messages must NOT be permission controlled (RMS protected) in order for the condition or exception to apply.
public static final int HasAttachment
An incoming messages have to have attachments in order for the condition or exception to apply
public static final int HasNotAttachment
An incoming messages have to have NOT attachments in order for the condition or exception to apply
public static final int ReadReceipt
Incoming messages must be read receipts in order for the condition or exception to apply
public static final int NotReadReceipt
Incoming messages must NOT be read receipts in order for the condition or exception to apply
public static final int Signed
Incoming messages must be S/MIME signed in order for the condition or exception to apply.
public static final int NotSigned
Incoming messages must NOT be S/MIME signed in order for the condition or exception to apply.
public static final int Voicemail
Incoming messages must be voice mails in order for the condition or exception to apply.
public static final int NotVoicemail
Incoming messages cant NOT be voice mails in order for the condition or exception to apply.
public static final int SentToMe
The owner of the mailbox has to be in the ToRecipients property of incoming messages in order for the condition or exception to apply.
public static final int NotSentToMe
The owner of the mailbox cannot be in the ToRecipients property of the incoming messages in order for the condition or exception to apply.
public static final int SentCcMe
The owner of the mailbox has to be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
public static final int NotSentCcMe
The owner of the mailbox cannot be in the CcRecipients property of incoming messages in order for the condition or exception to apply.
public static final int SentOnlyToMe
The 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.
public static final int NotSentOnlyToMe
The 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.
public static final int SentToOrCcMe
The 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