MailAttachmentFile

actual class MailAttachmentFile
expect class MailAttachmentFile

Represents a file to be attached to an email

Parameters

path

The path to the file

actual class MailAttachmentFile(val path: String)

Represents a file to be attached to an email

Parameters

path

The path to the file

Constructors

Link copied to clipboard
constructor(file: File, cacheFileName: String = file.name)
actual constructor(path: Path)
expect constructor(path: Path)
constructor(path: String)
actual constructor(path: Path)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: ERROR CLASS: Symbol not found for Uri