public final class MapiContactElectronicAddressPropertySet extends Object
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)
Constructor and Description |
---|
MapiContactElectronicAddressPropertySet()
Initializes a new instance of the
MapiContactElectronicAddressPropertySet class |
MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactElectronicAddressPropertySet class |
Modifier and Type | Method and Description |
---|---|
MapiContactElectronicAddress |
getBusinessFax()
Refers to the group of properties
that define the business fax address for a contact.
|
MapiContactElectronicAddress |
getDefaultEmailAddress()
Default value of electronic address
Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
|
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.
|
boolean |
getUseAutocomplete()
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
|
boolean |
isEmpty()
Shows if MapiContactElectronicAddressPropertySet is empty
|
void |
setBusinessFax(MapiContactElectronicAddress value)
Refers to the group of properties
that define the business fax address for a contact.
|
void |
setDefaultEmailAddress(MapiContactElectronicAddress value)
Default value of electronic address
Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
|
void |
setEmail1(MapiContactElectronicAddress value)
Refers to the group of properties
that define the first e-mail address for a contact.
|
void |
setEmail2(MapiContactElectronicAddress value)
Refers to the group of properties
that define the second e-mail address for a contact.
|
void |
setEmail3(MapiContactElectronicAddress value)
Refers to the group of properties
that define the third e-mail address for a contact.
|
void |
setHomeFax(MapiContactElectronicAddress value)
Refers to the group of properties
that define the home fax address for a contact.
|
void |
setPrimaryFax(MapiContactElectronicAddress value)
Refers to the group of properties
that define the primary fax address for a contact.
|
void |
setUseAutocomplete(boolean value)
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
|
public MapiContactElectronicAddressPropertySet()
Initializes a new instance of the MapiContactElectronicAddressPropertySet
class
public MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactElectronicAddressPropertySet
class
properties
- A MapiPropertyCollection
containing contact e-mail addresses propertiespublic final boolean isEmpty()
Shows if MapiContactElectronicAddressPropertySet is empty
public final MapiContactElectronicAddress getDefaultEmailAddress()
Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
public final void setDefaultEmailAddress(MapiContactElectronicAddress value)
Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
public final boolean getUseAutocomplete()
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
public final void setUseAutocomplete(boolean value)
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
public final MapiContactElectronicAddress getEmail1()
Refers to the group of properties that define the first e-mail address for a contact.
public final void setEmail1(MapiContactElectronicAddress value)
Refers to the group of properties that define the first e-mail address for a contact.
public final MapiContactElectronicAddress getEmail2()
Refers to the group of properties that define the second e-mail address for a contact.
public final void setEmail2(MapiContactElectronicAddress value)
Refers to the group of properties that define the second e-mail address for a contact.
public final MapiContactElectronicAddress getEmail3()
Refers to the group of properties that define the third e-mail address for a contact.
public final void setEmail3(MapiContactElectronicAddress value)
Refers to the group of properties that define the third e-mail address for a contact.
public final MapiContactElectronicAddress getPrimaryFax()
Refers to the group of properties that define the primary fax address for a contact.
public final void setPrimaryFax(MapiContactElectronicAddress value)
Refers to the group of properties that define the primary fax address for a contact.
public final MapiContactElectronicAddress getBusinessFax()
Refers to the group of properties that define the business fax address for a contact.
public final void setBusinessFax(MapiContactElectronicAddress value)
Refers to the group of properties that define the business fax address for a contact.
public final MapiContactElectronicAddress getHomeFax()
Refers to the group of properties that define the home fax address for a contact.
public final void setHomeFax(MapiContactElectronicAddress value)
Refers to the group of properties that define the home fax address for a contact.