VCardContact.LoadAsMultiple
Contents
[
Hide
]LoadAsMultiple(Stream)
Loads list of contacts from multi contact stream.
public static List<VCardContact> LoadAsMultiple(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Source stream |
Return Value
List of contacs
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
LoadAsMultiple(Stream, VCardLoadOptions)
Loads list of contacts from multi contact stream.
public static List<VCardContact> LoadAsMultiple(Stream stream, VCardLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Source stream |
| options | VCardLoadOptions | Additional options when loading a VCardContact |
Return Value
List of contacts
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Throws if stream is null |
| NotSupportedException | Throws if the stream is not readable |
See Also
- class VCardLoadOptions
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
LoadAsMultiple(string)
Loads list of contacts from multi contact file.
public static List<VCardContact> LoadAsMultiple(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Source file |
Return Value
List of contacts
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
LoadAsMultiple(string, VCardLoadOptions)
public static List<VCardContact> LoadAsMultiple(string filePath, VCardLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Source file |
| options | VCardLoadOptions | Additional options when loading a VCardContact |
Return Value
List of contacts
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Throws if filePath is null or empty |
See Also
- class VCardLoadOptions
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email