IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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

File
String

This field contains the path of a file on your system that you would like to send as an attachment with your message.

InputStream
System.IO.Stream

When this field is set to a valid stream, the component will attach the data from the stream as the current attachment.

Name
String

This field contains the name of the attachment to be sent.

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);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]