Class AlternateMailbox

    • Method Detail

      • getType

        public String getType()
        Gets the alternate mailbox type.
        Returns:
        the type
      • setType

        protected void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type
      • getDisplayName

        public String getDisplayName()
        Gets the alternate mailbox display name.
        Returns:
        the display name
      • setDisplayName

        protected void setDisplayName​(String displayName)
        Sets the display name.
        Parameters:
        displayName - the new display name
      • getLegacyDN

        public String getLegacyDN()
        Gets the alternate mailbox legacy DN.
        Returns:
        the legacy dn
      • setLegacyDN

        protected void setLegacyDN​(String legacyDN)
        Sets the legacy dn.
        Parameters:
        legacyDN - the new legacy dn
      • getServer

        public String getServer()
        Gets the alernate mailbox server.
        Returns:
        the server
      • setServer

        protected void setServer​(String server)
        Sets the server.
        Parameters:
        server - the new server.
      • getSmtpAddress

        public String getSmtpAddress()
        Gets the SMTP address.
        Returns:
        the SMTP address if available for the mailbox type otherwise null is returned.
      • setSmtpAddress

        protected void setSmtpAddress​(String smtpAddress)
        Sets the SMTP address.
        Parameters:
        smtpAddress - the new SMTP address.
      • getOwnerSmtpAddress

        public String getOwnerSmtpAddress()
        Gets the owner SMTP address.
        Returns:
        the SMTP address of the owner of this mailbox.
      • setOwnerSmtpAddress

        protected void setOwnerSmtpAddress​(String ownerSmtpAddress)
        Sets the owner SMTP address.
        Parameters:
        ownerSmtpAddress - the new owner SMTP address