|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactElectronicAddressPropertySet
public final class MapiContactElectronicAddressPropertySet
Specify properties for up to three different e-mail addresses (Email1, Email2, and Email3) and three different fax addresses (Primary Fax, Business Fax, and Home Fax)
Method Summary | |
---|---|
MapiContactElectronicAddress |
getBusinessFax()
Refers to the group of properties that define the business fax address for a contact. |
MapiContactElectronicAddress |
getEmail1()
Refers to the group of properties that define the first e-mail address for a contact. |
MapiContactElectronicAddress |
getEmail2()
Refers to the group of properties that define the second e-mail address for a contact. |
MapiContactElectronicAddress |
getEmail3()
Refers to the group of properties that define the third e-mail address for a contact. |
MapiContactElectronicAddress |
getHomeFax()
Refers to the group of properties that define the home fax address for a contact. |
MapiContactElectronicAddress |
getPrimaryFax()
Refers to the group of properties that define the primary fax address for a contact. |
void |
setBusinessFax(MapiContactElectronicAddress value)
|
void |
setEmail1(MapiContactElectronicAddress value)
|
void |
setEmail2(MapiContactElectronicAddress value)
|
void |
setEmail3(MapiContactElectronicAddress value)
|
void |
setHomeFax(MapiContactElectronicAddress value)
|
void |
setPrimaryFax(MapiContactElectronicAddress value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MapiContactElectronicAddress getEmail1()
Refers to the group of properties that define the first e-mail address for a contact.
public void setEmail1(MapiContactElectronicAddress value)
public MapiContactElectronicAddress getEmail2()
Refers to the group of properties that define the second e-mail address for a contact.
public void setEmail2(MapiContactElectronicAddress value)
public MapiContactElectronicAddress getEmail3()
Refers to the group of properties that define the third e-mail address for a contact.
public void setEmail3(MapiContactElectronicAddress value)
public MapiContactElectronicAddress getPrimaryFax()
Refers to the group of properties that define the primary fax address for a contact.
public void setPrimaryFax(MapiContactElectronicAddress value)
public MapiContactElectronicAddress getBusinessFax()
Refers to the group of properties that define the business fax address for a contact.
public void setBusinessFax(MapiContactElectronicAddress value)
public MapiContactElectronicAddress getHomeFax()
Refers to the group of properties that define the home fax address for a contact.
public void setHomeFax(MapiContactElectronicAddress value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |