Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

MailMessage.Load Method

Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)

Load(Stream)

Loads a mail message from the supplied stream.

Declaration
public void Load(Stream input)
Parameters
Type Name Description
Stream input

Stream to load the message from.

Load(String)

Loads a mail message from the supplied file.

Declaration
public void Load(string fileName)
Parameters
Type Name Description
String fileName

Path to the file to load the message from.

Load(Byte[])

Loads a mail message from its byte array representation.

Declaration
public void Load(byte[] data)
Parameters
Type Name Description
Byte[] data

Byte array representation of the mail message.

In This Article
  • Load(Stream)
  • Load(String)
  • Load(Byte[])
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies