MailAttachmentFile

actual class MailAttachmentFile

Represents a file to be attached to an email

expect class MailAttachmentFile

Represents a file to be attached to an email

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)

Creates a new MailAttachmentFile with the given path

expect constructor(path: Path)

Creates a new MailAttachmentFile with the given path

constructor(path: String)
actual constructor(path: Path)

Creates a new MailAttachmentFile with the given path

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: Uri