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

    Interface ListDraftEmailMessagesForEmailAddressIdInput

    Input for SudoEmailClient.listDraftEmailMessagesForEmailAddressId.

    ListDraftEmailMessagesForEmailAddressIdInput

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

    Hierarchy (View Summary)

    • Pagination
      • ListDraftEmailMessagesForEmailAddressIdInput
    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.