com.aspose.email
Class MapiContactElectronicAddress

java.lang.Object
  extended by com.aspose.email.MapiContactElectronicAddress

public final class MapiContactElectronicAddress
extends Object

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


Constructor Summary
MapiContactElectronicAddress()
           Constructor
MapiContactElectronicAddress(String faxNumber, String emailAddress)
           Constructor
MapiContactElectronicAddress(String displayName, String addressType, String emailAddress)
           Constructor
 
Method Summary
 String getAddressType()
           Gets or sets the address type of an electronic address
 String getDisplayName()
           Gets or sets the user-readable display name for the e-mail address
 String getEmailAddress()
           Gets or sets the e-mail address of the contact
 String getFaxNumber()
           Gets or sets the telephone number of the mail user's primary fax machine
 String getOriginalDisplayName()
           Gets or sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object.
 void setAddressType(String value)
           
 void setDisplayName(String value)
           
 void setEmailAddress(String value)
           
 void setFaxNumber(String value)
           
 void setOriginalDisplayName(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactElectronicAddress

public MapiContactElectronicAddress()

Constructor


MapiContactElectronicAddress

public MapiContactElectronicAddress(String displayName,
                                    String addressType,
                                    String emailAddress)

Constructor

Parameters:
displayName - Display name
emailAddress - Email address

MapiContactElectronicAddress

public MapiContactElectronicAddress(String faxNumber,
                                    String emailAddress)

Constructor

Parameters:
faxNumber - Fax number
emailAddress - Email address
Method Detail

getDisplayName

public String getDisplayName()

Gets or sets the user-readable display name for the e-mail address


setDisplayName

public void setDisplayName(String value)

getOriginalDisplayName

public String getOriginalDisplayName()

Gets or sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object.

Value: The the SMTP e-mail address.


setOriginalDisplayName

public void setOriginalDisplayName(String value)

getAddressType

public String getAddressType()

Gets or sets the address type of an electronic address


setAddressType

public void setAddressType(String value)

getEmailAddress

public String getEmailAddress()

Gets or sets the e-mail address of the contact


setEmailAddress

public void setEmailAddress(String value)

getFaxNumber

public String getFaxNumber()

Gets or sets the telephone number of the mail user's primary fax machine


setFaxNumber

public void setFaxNumber(String value)


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.