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
[VB.NET] Public FileAttachment() [C#] public FileAttachment();
[VB.NET] Public FileAttachment(ByVal File As String) [C#] public FileAttachment(string file);
[VB.NET] Public FileAttachment(ByVal Name As String, ByVal File As String) [C#] public FileAttachment(string name, string file);
[VB.NET] Public FileAttachment(ByVal Name As String, ByVal InputStream As System.IO.Stream) [C#] public FileAttachment(string name, System.IO.Stream inputStream);
[VB.NET] Public FileAttachment(ByVal Name As String, ByVal InputStream As System.IO.Stream, ByVal Encoding As String) [C#] public FileAttachment(string name, System.IO.Stream inputStream, string encoding);