MapiContactElectronicAddressPropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactElectronicAddressPropertySet extends MapiContactPropertySet

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)

Constructors

ConstructorDescription
MapiContactElectronicAddressPropertySet()Initializes a new instance of the MapiContactElectronicAddressPropertySet class
MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)Initializes a new instance of the MapiContactElectronicAddressPropertySet class

Methods

MethodDescription
equals(Object arg0)
getBusinessFax()Refers to the group of properties that define the business fax address for a contact.
getClass()
getDefaultEmailAddress()Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
getEmail1()Refers to the group of properties that define the first e-mail address for a contact.
getEmail2()Refers to the group of properties that define the second e-mail address for a contact.
getEmail3()Refers to the group of properties that define the third e-mail address for a contact.
getHomeFax()Refers to the group of properties that define the home fax address for a contact.
getPrimaryFax()Refers to the group of properties that define the primary fax address for a contact.
getUseAutocomplete()Indicates that one electronic address is completed automatically in case if user does not set any electronic address
hashCode()
isEmpty()Shows if MapiContactElectronicAddressPropertySet is empty
notify()
notifyAll()
setBusinessFax(MapiContactElectronicAddress value)Refers to the group of properties that define the business fax address for a contact.
setDefaultEmailAddress(MapiContactElectronicAddress value)Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
setEmail1(MapiContactElectronicAddress value)Refers to the group of properties that define the first e-mail address for a contact.
setEmail2(MapiContactElectronicAddress value)Refers to the group of properties that define the second e-mail address for a contact.
setEmail3(MapiContactElectronicAddress value)Refers to the group of properties that define the third e-mail address for a contact.
setHomeFax(MapiContactElectronicAddress value)Refers to the group of properties that define the home fax address for a contact.
setPrimaryFax(MapiContactElectronicAddress value)Refers to the group of properties that define the primary fax address for a contact.
setUseAutocomplete(boolean value)Indicates that one electronic address is completed automatically in case if user does not set any electronic address
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiContactElectronicAddressPropertySet()

public MapiContactElectronicAddressPropertySet()

Initializes a new instance of the MapiContactElectronicAddressPropertySet class

MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)

public MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactElectronicAddressPropertySet class

Parameters:

ParameterTypeDescription
propertiesMapiPropertyCollectionA MapiPropertyCollection containing contact e-mail addresses properties

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBusinessFax()

public final MapiContactElectronicAddress getBusinessFax()

Refers to the group of properties that define the business fax address for a contact.

Returns: MapiContactElectronicAddress

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefaultEmailAddress()

public final MapiContactElectronicAddress getDefaultEmailAddress()

Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'

Returns: MapiContactElectronicAddress

getEmail1()

public final MapiContactElectronicAddress getEmail1()

Refers to the group of properties that define the first e-mail address for a contact.

Returns: MapiContactElectronicAddress

getEmail2()

public final MapiContactElectronicAddress getEmail2()

Refers to the group of properties that define the second e-mail address for a contact.

Returns: MapiContactElectronicAddress

getEmail3()

public final MapiContactElectronicAddress getEmail3()

Refers to the group of properties that define the third e-mail address for a contact.

Returns: MapiContactElectronicAddress

getHomeFax()

public final MapiContactElectronicAddress getHomeFax()

Refers to the group of properties that define the home fax address for a contact.

Returns: MapiContactElectronicAddress

getPrimaryFax()

public final MapiContactElectronicAddress getPrimaryFax()

Refers to the group of properties that define the primary fax address for a contact.

Returns: MapiContactElectronicAddress

getUseAutocomplete()

public final boolean getUseAutocomplete()

Indicates that one electronic address is completed automatically in case if user does not set any electronic address

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

isEmpty()

public final boolean isEmpty()

Shows if MapiContactElectronicAddressPropertySet is empty

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBusinessFax(MapiContactElectronicAddress value)

public final void setBusinessFax(MapiContactElectronicAddress value)

Refers to the group of properties that define the business fax address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setDefaultEmailAddress(MapiContactElectronicAddress value)

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'

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setEmail1(MapiContactElectronicAddress value)

public final void setEmail1(MapiContactElectronicAddress value)

Refers to the group of properties that define the first e-mail address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setEmail2(MapiContactElectronicAddress value)

public final void setEmail2(MapiContactElectronicAddress value)

Refers to the group of properties that define the second e-mail address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setEmail3(MapiContactElectronicAddress value)

public final void setEmail3(MapiContactElectronicAddress value)

Refers to the group of properties that define the third e-mail address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setHomeFax(MapiContactElectronicAddress value)

public final void setHomeFax(MapiContactElectronicAddress value)

Refers to the group of properties that define the home fax address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setPrimaryFax(MapiContactElectronicAddress value)

public final void setPrimaryFax(MapiContactElectronicAddress value)

Refers to the group of properties that define the primary fax address for a contact.

Parameters:

ParameterTypeDescription
valueMapiContactElectronicAddress

setUseAutocomplete(boolean value)

public final void setUseAutocomplete(boolean value)

Indicates that one electronic address is completed automatically in case if user does not set any electronic address

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int