Interface IExchangeNote

  • All Superinterfaces:
    IExchangeItem

    @Scriptable
    public interface IExchangeNote
    extends IExchangeItem
    Defines properties of an Exchange note and methods to work with a note.
    • Method Detail

      • setBody

        void setBody​(String p_strBody)
      • getHtmlDescription

        String getHtmlDescription()
      • setHtmlDescription

        void setHtmlDescription​(String p_strHtmlDescr)
      • getCreationDate

        Date getCreationDate()
      • getLastModified

        Date getLastModified()
      • getFKUserMailboxEmail

        String getFKUserMailboxEmail()