FileAttachment Type
This describes the file being attached.
Remarks
Information about the file's location that is being attached to the message is contained here.
Fields
Constructors
public FileAttachment();
Public FileAttachment()
public FileAttachment(string file);
Public FileAttachment(ByVal File As String)
public FileAttachment(string name, string file);
Public FileAttachment(ByVal Name As String, ByVal File As String)
public FileAttachment(string name, System.IO.Stream inputStream);
Public FileAttachment(ByVal Name As String, ByVal InputStream As System.IO.Stream)
public FileAttachment(string name, System.IO.Stream inputStream, string encoding);
Public FileAttachment(ByVal Name As String, ByVal InputStream As System.IO.Stream, ByVal Encoding As String)