Class IdentityDescription

java.lang.Object
net.bluemind.mailbox.identity.api.IdentityDescription

public class IdentityDescription extends Object
  • Field Details

    • mbox

      public String mbox
    • id

      public String id
      identity id (work, personal, free string)
    • email

      public String email
      the email that will be used to send the e-mail when using this identity.
    • emailIsDefault

      public Boolean emailIsDefault
    • name

      public String name
      the identity name that will be used in the from header of the mail alongside with email
    • isDefault

      public Boolean isDefault
    • displayname

      public String displayname
    • signature

      public String signature
    • mboxName

      public String mboxName
  • Constructor Details

    • IdentityDescription

      public IdentityDescription()