Load

Load (1 of 6)

Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0

Returns: A read VCardContact

Load(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamA stream to read from

Load (2 of 6)

Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0

Returns: A read VCardContact

Load(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < System::Text::Encoding > encoding)
ParameterDescription
streamA stream to read from
encodingStream data encoding

Load (3 of 6)

Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0

Returns: A read VCardContact

Load(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < VCardLoadOptions > options)
ParameterDescription
streamA stream to read from
optionsAdditional options when loading a VCardContact

Load (4 of 6)

Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0

Returns: A read VCardContact

Load(System::String filePath)
ParameterDescription
filePathA file name to read from

Load (5 of 6)

Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0

Returns: A read VCardContact

Load(System::String filePath, System::SharedPtr < System::Text::Encoding > encoding)
ParameterDescription
filePathA file name to read from
encodingFile encoding

Load (6 of 6)

Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0

Returns: List of contacts

Load(System::String filePath, System::SharedPtr < VCardLoadOptions > options)
ParameterDescription
filePathSource file
optionsAdditional options when loading a VCardContact