com.aspose.email
Class VCardEmail

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

public final class VCardEmail
extends Object

Represents vCard email


Constructor Summary
VCardEmail()
           Initializes a new instance of the VCardEmail class
 
Method Summary
 String getEmailAddress()
           Gets or sets an email address
 int getEmailType()
           Gets or sets an email address type
 void setEmailAddress(String value)
           
 void setEmailType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardEmail

public VCardEmail()

Initializes a new instance of the VCardEmail class

Method Detail

getEmailAddress

public String getEmailAddress()

Gets or sets an email address


setEmailAddress

public void setEmailAddress(String value)

getEmailType

public int getEmailType()

Gets or sets an email address type

Throws:
com.aspose.email.ms.System.IllegalArgumentException - value is not defined in the VCardEmailType

setEmailType

public void setEmailType(int value)


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