EmailIngestReceiveFileDetails
public class EmailIngestReceiveFileDetails : CustomStringConvertible, JSONRepresentable
Received files via Email to Dropbox.
-
Inbox name.
Declaration
Swift
public let inboxName: String
-
Submitted file names.
Declaration
Swift
public let attachmentNames: [String]
-
Subject of the email.
Declaration
Swift
public let subject: String?
-
The name as provided by the submitter.
Declaration
Swift
public let fromName: String?
-
The email as provided by the submitter.
Declaration
Swift
public let fromEmail: String?
-
Declaration
Swift
public var description: String { get }