com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class RulePredicateFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.RulePredicateFlags


  • public final class RulePredicateFlags
    extends com.aspose.ms.System.Enum

    Represents the RulePredicate flags

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • ApprovalRequest

        public static final int ApprovalRequest

        Incoming messages must be approval requests in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotApprovalRequest

        public static final int NotApprovalRequest

        Incoming messages must NOT be approval requests in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • AutomaticForward

        public static final int AutomaticForward

        Incoming messages must be automatic forwards in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotAutomaticForward

        public static final int NotAutomaticForward

        Incoming messages must NOT be automatic forwards in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • AutomaticReply

        public static final int AutomaticReply

        Incoming messages must be automatic replies in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotAutomaticReply

        public static final int NotAutomaticReply

        Incoming messages must NOT be automatic replies in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • Encrypted

        public static final int Encrypted

        Incoming messages must be S/MIME encrypted in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotEncrypted

        public static final int NotEncrypted

        Incoming messages must not be S/MIME encrypted in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • MeetingRequest

        public static final int MeetingRequest

        Incoming messages must be meeting requests in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotMeetingRequest

        public static final int NotMeetingRequest

        Incoming messages must NOT be meeting requests in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • MeetingResponse

        public static final int MeetingResponse

        Incoming messages must be meeting responses in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotMeetingResponse

        public static final int NotMeetingResponse

        Incoming messages must NOT be meeting responses in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • Ndr

        public static final int Ndr

        Incoming messages must be non-delivery reports (NDRs) in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotNdr

        public static final int NotNdr

        Incoming messages must NOT be non-delivery reports (NDRs) in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • PermissionControlled

        public static final int PermissionControlled

        Incoming messages must be permission controlled (RMS protected) in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotPermissionControlled

        public static final int NotPermissionControlled

        Incoming messages must NOT be permission controlled (RMS protected) in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • HasAttachment

        public static final int HasAttachment

        An incoming messages have to have attachments in order for the condition or exception to apply

        See Also:
        Constant Field Values
      • HasNotAttachment

        public static final int HasNotAttachment

        An incoming messages have to have NOT attachments in order for the condition or exception to apply

        See Also:
        Constant Field Values
      • ReadReceipt

        public static final int ReadReceipt

        Incoming messages must be read receipts in order for the condition or exception to apply

        See Also:
        Constant Field Values
      • NotReadReceipt

        public static final int NotReadReceipt

        Incoming messages must NOT be read receipts in order for the condition or exception to apply

        See Also:
        Constant Field Values
      • Signed

        public static final int Signed

        Incoming messages must be S/MIME signed in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotSigned

        public static final int NotSigned

        Incoming messages must NOT be S/MIME signed in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • Voicemail

        public static final int Voicemail

        Incoming messages must be voice mails in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • NotVoicemail

        public static final int NotVoicemail

        Incoming messages cant NOT be voice mails in order for the condition or exception to apply.

        See Also:
        Constant Field Values
      • SentToMe

        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.

        See Also:
        Constant Field Values
      • NotSentToMe

        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.

        See Also:
        Constant Field Values
      • SentCcMe

        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.

        See Also:
        Constant Field Values
      • NotSentCcMe

        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.

        See Also:
        Constant Field Values
      • SentOnlyToMe

        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.

        See Also:
        Constant Field Values
      • NotSentOnlyToMe

        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.

        See Also:
        Constant Field Values
      • SentToOrCcMe

        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

        See Also:
        Constant Field Values