Load

Load (1 of 4)

Loads message from stream.

Returns: static System::SharedPtr < MapiMessage > Aspose::Email::Mapi::

Load(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamSource stream System::IO::Stream .

Load (2 of 4)

Loads message from stream with additional options.

Returns: static System::SharedPtr < MapiMessage > Aspose::Email::Mapi::

Load(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < LoadOptions > options)
ParameterDescription
streamSource stream System::IO::Stream .
optionsAdditional options LoadOptions .

Load (3 of 4)

Loads message from file.

Returns: static System::SharedPtr < MapiMessage > Aspose::Email::Mapi::

Load(System::String fileName)
ParameterDescription
fileNameSource file path System::String .

Load (4 of 4)

Loads message from file with additional options.

Returns: static System::SharedPtr < MapiMessage > Aspose::Email::Mapi::

Load(System::String fileName, System::SharedPtr < LoadOptions > options)
ParameterDescription
fileNameSource file path System::String .
optionsAdditional options LoadOptions .