EmailIngestPolicy
public enum EmailIngestPolicy : CustomStringConvertible
Policy for deciding whether a team can use Email to my Dropbox feature
-
An unspecified error.
Declaration
Swift
case disabled
-
An unspecified error.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }