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

    Interface GetDraftEmailMessageInput

    Input for SudoEmailClient.getDraftEmailMessage.

    GetDraftEmailMessageInput

    interface GetDraftEmailMessageInput {
        emailAddressId: string;
        emailMaskId?: string;
        id: string;
    }
    Index

    Properties

    emailAddressId: string

    The identifier of the email address associated with the draft email message.

    emailMaskId?: string

    The identifier of the email mask associated with the draft email message, if any.

    id: string

    The identifier of the draft email message to be retrieved.