LoadInternal

LoadInternal (1 of 2)

Load message from stream. NOTE!!! Call this method if you don’t need to increase customer consumption credit for Dynabic.Metered.

Returns: E-mail message

LoadInternal(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamStream that represents message in eml or msg format

LoadInternal (2 of 2)

Load message from stream with additional options. NOTE!!! Call this method if you don’t need to increase customer consumption credit for Dynabic.Metered.

Returns: Mail message MailMessage .

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