public final class VCardEmail extends Object
Represents vCard email
Constructor and Description |
---|
VCardEmail()
Initializes a new instance of the
VCardEmail class |
Modifier and Type | Method and Description |
---|---|
String |
getEmailAddress()
Gets or sets an email address
|
int |
getEmailType()
Gets or sets an email address type
|
void |
setEmailAddress(String value)
Gets or sets an email address
|
void |
setEmailType(int value)
Gets or sets an email address type
|
public VCardEmail()
Initializes a new instance of the VCardEmail
class
public String getEmailAddress()
Gets or sets an email address
public void setEmailAddress(String value)
Gets or sets an email address
public int getEmailType()
Gets or sets an email address type
ArgumentException
- value
is not defined in the VCardEmailType
public void setEmailType(int value)
Gets or sets an email address type
ArgumentException
- value
is not defined in the VCardEmailType
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.