|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VCardContact in com.aspose.email |
---|
Methods in com.aspose.email that return VCardContact | |
---|---|
VCardContact |
VCardAgent.getAgentCard()
Gets or sets an agent's card ( null if ValueLocation is not INLINE ) |
static VCardContact |
VCardContact.load(InputStream stream)
|
static VCardContact |
VCardContact.load(InputStream stream,
Charset encoding)
|
static VCardContact |
VCardContact.load(String filePath)
Reads VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
static VCardContact |
VCardContact.load(String filePath,
Charset encoding)
|
Methods in com.aspose.email with parameters of type VCardContact | |
---|---|
void |
VCardAgent.setAgentCard(VCardContact value)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |