MailMessageLoadMessage Method
Loads the message from a byte array, a stream, or a file.
Overload List
  NameDescription
Public methodCode exampleLoadMessage(Byte)
Loads the message from a byte array.
Public methodCode exampleLoadMessage(Stream)
Loads the message from a stream.
Public methodCode exampleLoadMessage(String)
Loads the message from the specified file.
Top
See Also