MboxToPst

MboxToPst (1 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::SharedPtr < Mbox::MboxStorageReader > mboxStorageReader, System::SharedPtr < Pst::PersonalStorage > pst, System::String pstFolderName, MailStorageConverter::MailHandler mailHandler)
ParameterDescription
mboxStorageReaderAn MboxStorageReader that represents an mbox-based mail storage reader.
pstA PersonalStorage that represents a pst storage.
pstFolderNameThe folder name, at the root of the pst, where Mbox messages will be added. If this folder doesn’t exist, it will be created. If the folder exists and isn’t empty, new messages will be added to the existing ones.
mailHandlerThe MailHandler delegate is called for each message that is read from Mbox .

MboxToPst (2 of 12)

Converts an Mbox storage to PST.

Returns: static void Aspose::Email::Storage::

MboxToPst(System::SharedPtr < Mbox::MboxStorageReader > mboxStorageReader, System::SharedPtr < Pst::PersonalStorage > pst, System::String pstFolderName, System::SharedPtr < MboxToPstConversionOptions > options)
ParameterDescription
mboxStorageReaderAn MboxStorageReader that represents an mbox-based mail storage reader.
pstA PersonalStorage that represents a pst storage.
pstFolderNameThe folder name, at the root of the pst, where Mbox messages will be added. If this folder doesn’t exist, it will be created. If the folder exists and isn’t empty, new messages will be added to the existing ones.
optionsAn MboxToPstConversionOptions additional options when converting from Mbox to PST

MboxToPst (3 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::SharedPtr < System::IO::Stream > mboxrdDataStream, System::SharedPtr < System::IO::Stream > pstDataStream)
ParameterDescription
mboxrdDataStreamA Stream that represents data in Mbox format.
pstDataStreamA Stream that represents data in Pst format.

MboxToPst (4 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::SharedPtr < System::IO::Stream > mboxrdDataStream, System::SharedPtr < System::IO::Stream > pstDataStream, MailStorageConverter::MailHandler mailHandler)
ParameterDescription
mboxrdDataStreamA Stream that represents data in Mbox format.
pstDataStreamA Stream that represents data in Pst format.
mailHandlerThe MailHandler delegate is called for each message that is read from Mbox .

MboxToPst (5 of 12)

Converts an Mbox storage to PST.

Returns: static System::SharedPtr < Pst::PersonalStorage > Aspose::Email::Storage::

MboxToPst(System::SharedPtr < System::IO::Stream > mboxrdDataStream, System::SharedPtr < System::IO::Stream > pstDataStream, System::SharedPtr < MboxToPstConversionOptions > options)
ParameterDescription
mboxrdDataStreamA Stream that represents data in Mbox format.
pstDataStreamA Stream that represents data in Pst format.
optionsAn MboxToPstConversionOptions additional options when converting from Mbox to PST

MboxToPst (6 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::SharedPtr < System::IO::Stream > mboxrdDataStream, System::String pstFileName)
ParameterDescription
mboxrdDataStreamA Stream that represents data in Mbox format.
pstFileNamePST file name.

MboxToPst (7 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::SharedPtr < System::IO::Stream > mboxrdDataStream, System::String pstFileName, MailStorageConverter::MailHandler mailHandler)
ParameterDescription
mboxrdDataStreamA Stream that represents data in Mbox format.
pstFileNamePST file name.
mailHandlerThe MailHandler delegate is called for each message that is read from Mbox .

MboxToPst (8 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::String mboxFileName, System::SharedPtr < System::IO::Stream > pstDataStream)
ParameterDescription
mboxFileNameMbox file name.
pstDataStreamA Stream that represents data in Pst format.

MboxToPst (9 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::String mboxFileName, System::SharedPtr < System::IO::Stream > pstDataStream, MailStorageConverter::MailHandler mailHandler)
ParameterDescription
mboxFileNameMbox file name.
pstDataStreamA Stream that represents data in Pst format.
mailHandlerThe MailHandler delegate is called for each message that is read from Mbox .

MboxToPst (10 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::String mboxFileName, System::String pstFileName)
ParameterDescription
mboxFileNameMbox file name.
pstFileNamePST file name.

MboxToPst (11 of 12)

Converts an Mbox storage to PST.

Returns: A PersonalStorage object that represents the converted storage.

MboxToPst(System::String mboxFileName, System::String pstFileName, MailStorageConverter::MailHandler mailHandler)
ParameterDescription
mboxFileNameMbox file name.
pstFileNamePST file name.
mailHandlerThe MailHandler delegate is called for each message that is read from Mbox .

MboxToPst (12 of 12)

Converts an Mbox storage to PST.

Returns: static System::SharedPtr < Pst::PersonalStorage > Aspose::Email::Storage::

MboxToPst(System::String mboxFileName, System::String pstFileName, System::SharedPtr < MboxToPstConversionOptions > options)
ParameterDescription
mboxFileNameMbox file name.
pstFileNamePST file name.
optionsAn MboxToPstConversionOptions additional options when converting from Mbox to PST