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
DBTEAMLOGEmailIngestPolicyDisabledSwift
case disabled = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGEmailIngestPolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGEmailIngestPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGEmailIngestPolicyTag Enumeration Reference