@sudoplatform/sudo-email
    Preparing search index...

    Interface CancelScheduledDraftMessageInput

    Input for SudoEmailClient.cancelScheduledDraftMessage method.

    CancelScheduledDraftMessageInput

    interface CancelScheduledDraftMessageInput {
        emailAddressId: string;
        id: string;
    }
    Index

    Properties

    Properties

    emailAddressId: string

    The identifier of the email address that owns the message.

    id: string

    The identifier of the draft message to cancel