FromVCard

FromVCard (1 of 6)

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

Returns: A read MapiContact

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

FromVCard (2 of 6)

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

Returns: A read MapiContact

FromVCard(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < Aspose::Email::PersonalInfo::VCard::VCardLoadOptions > options)
ParameterDescription
streamA stream to read from
optionsAdditional options when loading a VCardContact

FromVCard (3 of 6)

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

Returns: A read MapiContact

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

FromVCard (4 of 6)

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

Returns: A read MapiContact

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

FromVCard (5 of 6)

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

Returns: A read MapiContact

FromVCard(System::String filePath, System::SharedPtr < Aspose::Email::PersonalInfo::VCard::VCardLoadOptions > options)
ParameterDescription
filePathA file name to read from
optionsAdditional options when loading a VCardContact

FromVCard (6 of 6)

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

Returns: A read MapiContact

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