LoadAsMultiple

LoadAsMultiple (1 of 6)

Loads list of contacts from multi contact stream.

Returns: List of contacs

LoadAsMultiple(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamSource 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)
ParameterDescription
streamSource stream
encodingStream 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)
ParameterDescription
streamSource stream
optionsAdditional 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)
ParameterDescription
filePathSource 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)
ParameterDescription
filePathSource file
encodingFile 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)
ParameterDescription
filePathSource file
optionsAdditional options when loading a VCardContact