| Modifier and Type | Method and Description |
|---|---|
static MapiContact |
MapiContact.fromVCard(InputStream stream,
VCardLoadOptions options)
Reads
MapiContact from the specified stream containing vCard. |
static MapiContact |
MapiContact.fromVCard(String filePath,
VCardLoadOptions options)
Reads
MapiContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
static VCardContact |
VCardContact.load(InputStream stream,
VCardLoadOptions options)
Reads
VCardContact from the specified stream containing vCard. |
static VCardContact |
VCardContact.load(String filePath,
VCardLoadOptions options)
Reads
VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
static List<VCardContact> |
VCardContact.loadAsMultiple(InputStream stream,
VCardLoadOptions options)
Loads list of contacts from multi contact stream.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(String filePath,
VCardLoadOptions options) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.