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

    Interface ListDraftEmailMessageMetadataForEmailAddressIdInput

    Input for SudoEmailClient.listDraftEmailMessageMetadataForEmailAddressId.

    ListDraftEmailMessageMetadataForEmailAddressIdInput

    interface ListDraftEmailMessageMetadataForEmailAddressIdInput {
        emailAddressId: string;
        limit?: number;
        nextToken?: string;
    }

    Hierarchy (View Summary)

    • Pagination
      • ListDraftEmailMessageMetadataForEmailAddressIdInput
    Index

    Properties

    emailAddressId: string

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

    limit?: number

    Number of items to return. Will be defaulted to 10 if omitted.

    nextToken?: string

    A token generated by a previous call to this method for pagination.