@sudoplatform/sudo-email

    Interface BlockEmailAddressesInput

    Input for SudoEmailClient.BlockEmailAddresses

    BlockEmailAddressesInput

    interface BlockEmailAddressesInput {
        action?: BlockedEmailAddressAction;
        addressesToBlock: string[];
        emailAddressId?: string;
    }
    Index

    Properties

    Action to take when receiving messages from blocked addresses.

    addressesToBlock: string[]
    emailAddressId?: string

    If included, the block will only affect the indicated email address.

    MMNEPVFCICPMFPCPTTAAATR