ContentDisposition
public enum ContentDisposition : String, Codable
The ContentDisposition represents the various content-dispositions an
attachment can have.
- inline: Shows the attachment inline with text.
- attachment: Shows the attachment below the text.
-
The
inline
disposition, which shows the attachment inline with text.Declaration
Swift
case inline -
The
attachment
disposition, which shows the attachment below the text.Declaration
Swift
case attachment
View on GitHub
ContentDisposition Enumeration Reference