Save

Save (1 of 6)

Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1

Returns: void Aspose::Email::PersonalInfo::

Save(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamA stream to save to

Save (2 of 6)

Saves this Contact to the given stream with a format using the default options.

Returns: void Aspose::Email::PersonalInfo::

Save(System::SharedPtr < System::IO::Stream > stream, Mapi::ContactSaveFormat saveFormat)
ParameterDescription
streamA stream to save to
saveFormatA save format

Save (3 of 6)

Saves this Contact to the given stream using specified save options.

Returns: void Aspose::Email::PersonalInfo::

Save(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < Mapi::ContactSaveOptions > saveOptions)
ParameterDescription
streamA stream to save to
saveOptionsA save options

Save (4 of 6)

Saves this MapiContact to the vCard file with a default options. The supported vCard version is 2.1

Returns: void Aspose::Email::PersonalInfo::

Save(System::String filePath)
ParameterDescription
filePathA vCard file name

Save (5 of 6)

Saves this MapiContact to the specified file with a format using the default options. The supported save format is vCard.

Returns: void Aspose::Email::PersonalInfo::

Save(System::String filePath, Mapi::ContactSaveFormat saveFormat)
ParameterDescription
filePathA vCard file name
saveFormatA save format

Save (6 of 6)

Saves this MapiContact into file using specified save options. The supported save options is VCardSaveOptions

Returns: void Aspose::Email::PersonalInfo::

Save(System::String filePath, System::SharedPtr < Mapi::ContactSaveOptions > saveOptions)
ParameterDescription
filePathA vCard file name
saveOptionsA save options