Modifier and Type | Method and Description |
---|---|
EmailAddressCategory |
EmailAddress.getCategory()
Gets or sets an object category
|
static EmailAddressCategory |
EmailAddressCategory.getCustom()
Custom category
|
static EmailAddressCategory |
EmailAddressCategory.getEmail1()
Email1 category.
|
static EmailAddressCategory |
EmailAddressCategory.getEmail2()
Email2 category.
|
static EmailAddressCategory |
EmailAddressCategory.getEmail3()
Email3 category.
|
static EmailAddressCategory |
EmailAddressCategory.getHome()
Home category
|
static EmailAddressCategory |
EmailAddressCategory.getWork()
Work category
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmailAddressCategory.equals(EmailAddressCategory other)
Determines whether the specified Object is equal to the current Object.
|
EmailAddress |
EmailAddressList.get_Item(EmailAddressCategory category)
Default email address for specified category.
|
static boolean |
EmailAddressCategory.op_Equality(EmailAddressCategory a,
EmailAddressCategory b)
Determines whether the specified objects are equal.
|
static boolean |
EmailAddressCategory.op_Inequality(EmailAddressCategory a,
EmailAddressCategory b)
Determines whether the specified objects are not equal.
|
void |
EmailAddressList.set_Item(EmailAddressCategory category,
EmailAddress value)
Default email address for specified category.
|
void |
EmailAddress.setCategory(EmailAddressCategory value)
Gets or sets an object category
|