LoadAsMultiple
Contents
[
Hide
]LoadAsMultiple (1 of 6)
Loads list of contacts from multi contact stream.
Returns: List of contacs
LoadAsMultiple(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | Source stream |
LoadAsMultiple (2 of 6)
Loads list of contacts from multi contact stream.
Returns: List of contacts
LoadAsMultiple(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < System::Text::Encoding > encoding)
| Parameter | Description |
|---|---|
| stream | Source stream |
| encoding | Stream data encoding,if null then UTF8 will be used. |
LoadAsMultiple (3 of 6)
Loads list of contacts from multi contact stream.
Returns: List of contacts
LoadAsMultiple(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < VCardLoadOptions > options)
| Parameter | Description |
|---|---|
| stream | Source stream |
| options | Additional options when loading a VCardContact |
LoadAsMultiple (4 of 6)
Loads list of contacts from multi contact file.
Returns: List of contacts
LoadAsMultiple(System::String filePath)
| Parameter | Description |
|---|---|
| filePath | Source file |
LoadAsMultiple (5 of 6)
Loads list of contacts from multi contact file.
Returns: List of contacts
LoadAsMultiple(System::String filePath, System::SharedPtr < System::Text::Encoding > encoding)
| Parameter | Description |
|---|---|
| filePath | Source file |
| encoding | File data encoding,if null then UTF8 will be used. |
LoadAsMultiple (6 of 6)
Returns: List of contacts
LoadAsMultiple(System::String filePath, System::SharedPtr < VCardLoadOptions > options)
| Parameter | Description |
|---|---|
| filePath | Source file |
| options | Additional options when loading a VCardContact |