LoadAsMultiple
Contents
[
Hide
]
VCardContact.LoadAsMultiple method (1 of 4)
Loads list of contacts from multi contact stream.
public static List<VCardContact> LoadAsMultiple(string filePath, Encoding encoding,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
filePath | String | A file name to read from |
encoding | Encoding | Stream data encoding,if null then UTF8 will be used. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
List of contacs
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
VCardContact.LoadAsMultiple method (2 of 4)
Loads list of contacts from multi contact stream.
public static List<VCardContact> LoadAsMultiple(Stream stream, Encoding encoding,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
stream | Stream | Source stream |
encoding | Encoding | Stream data encoding,if null then UTF8 will be used. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
List of contacs
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
VCardContact.LoadAsMultiple method (3 of 4)
Loads list of contacts from multi contact stream.
public static List<VCardContact> LoadAsMultiple(Stream stream, Encoding encoding)
Parameter | Type | Description |
---|---|---|
stream | Stream | Source stream |
encoding | Encoding | Stream data encoding,if null then UTF8 will be used. |
Return Value
List of contacs
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
VCardContact.LoadAsMultiple method (4 of 4)
Loads list of contacts from multi contact file.
public static List<VCardContact> LoadAsMultiple(string filePath, Encoding encoding)
Parameter | Type | Description |
---|---|---|
filePath | String | Source file |
encoding | Encoding | File data encoding,if null then UTF8 will be used. |
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email