DBTEAMLOGEmailIngestPolicyTag
Objective-C
enum DBTEAMLOGEmailIngestPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGEmailIngestPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGEmailIngestPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGEmailIngestPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGEmailIngestPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGEmailIngestPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGEmailIngestPolicyOther
Swift
case other = 2