AttachmentType
public enum AttachmentType
Attachment type.
- file: The attachment is a file in local disk.
- html: The attachment is an HTML string.
- data: The attachment is some raw data.
-
The attachment is a file in local disk.
Declaration
Swift
case file(FileProperty)
-
The attachment is an HTML string.
Declaration
Swift
case html(HTMLProperty)
-
The attachment is some raw data.
Declaration
Swift
case data(DataProperty)