Interface IRule2

  • All Superinterfaces:
    com4j.Com4jObject, IRule

    public interface IRule2
    extends IRule
    Represents a rule for generating an alert.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String recipient()
      Returns the user name of the recipient of the alert email.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • recipient

        java.lang.String recipient()

        Returns the user name of the recipient of the alert email.

        Getter method for the COM property "Recipient"

        Returns:
        Returns a value of type java.lang.String