Modifier and Type | Method and Description |
---|---|
EmailAddress |
EmailAddressList.get_Item(int index)
Gets or sets the element at the specified index.
|
EmailAddress |
EmailAddressList.getHome()
A home email address.
|
EmailAddress |
EmailAddressList.getWork()
A work email address.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailAddressList.add(EmailAddress value)
Adds an item to the list.
|
boolean |
EmailAddressList.contains(EmailAddress value)
Determines whether the list contains a specific value.
|
void |
EmailAddressList.copyTo(EmailAddress[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
int |
EmailAddressList.indexOf(EmailAddress value)
Determines the index of a specific item in the list.
|
void |
EmailAddressList.insert(int index,
EmailAddress value)
Inserts an item to the list at the specified index.
|
static boolean |
EmailAddress.op_Equality(EmailAddress a,
EmailAddress b)
Determines whether the specified objects are equal.
|
static boolean |
EmailAddress.op_Inequality(EmailAddress a,
EmailAddress b)
Determines whether the specified objects are not equal.
|
void |
EmailAddressList.remove(EmailAddress value)
Removes the first occurrence of a specific object from the list.
|
void |
EmailAddressList.set_Item(int index,
EmailAddress value)
Gets or sets the element at the specified index.
|
void |
EmailAddressList.setHome(EmailAddress value)
A home email address.
|
void |
EmailAddressList.setWork(EmailAddress value)
A work email address.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.