Load
Contents
[
Hide
]Load (1 of 4)
Load message from stream
Returns: E-mail message
Load(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | Stream that represents message in eml or msg format |
Load (2 of 4)
Load message from stream with additional options.
Returns: Mail message MailMessage .
Load(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < LoadOptions > options)
| Parameter | Description |
|---|---|
| stream | Source stream System::IO::Stream . |
| options | Additional options LoadOptions . |
Load (3 of 4)
Load message from file
Returns: E-mail message
Load(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | Message file name. The message file must be in eml or msg format. |
Load (4 of 4)
Load message from file with additional options.
Returns: Mail message MailMessage .
Load(System::String fileName, System::SharedPtr < LoadOptions > options)
| Parameter | Description |
|---|---|
| fileName | Source file path System::String . |
| options | Additional options LoadOptions . |