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 property contains the path of a file on your system that you would like to send as an attachment with your message. |
name String |
This property contains the name of the attachment to be sent. |
Constructors
public init()
public init(file: String)
public init(name: String, file: String)
public init(name: String, inputStream: InputStream?)