UnsealedBlockedAddress
public struct UnsealedBlockedAddressRepresentation of an unsealed blocked email address in Platform SDK
- 
                  
                  The state of the retreival and unsealing procedure of a particular blocked address If the status is ‘Failed’ there will be an error indicating the cause. See moreDeclarationSwift public enum UnsealedBlockedAddressStatus
- 
                  
                  The action to take on incoming messages from the blocked address See moreDeclarationSwift public enum BlockedAddressAction
- 
                  
                  The hashed value of the blocked address. This can be used to unblock the address in the event the unsealing failed DeclarationSwift public var hashedBlockedValue: String
- 
                  
                  The plaintext address that has been blocked DeclarationSwift public var address: String
- 
                  
                  The action to take on incoming messages from the blocked address DeclarationSwift public var action: BlockedAddressAction
- 
                  
                  The status of the retrieval and unsealing. If ‘Failed’ the address property will likely be empty, but the hashed value will be available DeclarationSwift public var status: UnsealedBlockedAddressStatus
- 
                  
                  The id of the email address for which the blocked address is blocked. If not present, blocked address cannot send to any of owner’s addresses. DeclarationSwift public var emailAddressId: String?
 UnsealedBlockedAddress Structure Reference
      UnsealedBlockedAddress Structure Reference