@sudoplatform/sudo-email

    Interface ListEmailFoldersForEmailAddressIdInput

    Input for SudoEmailClient.listEmailFoldersForEmailAddressId.

    ListEmailFoldersForEmailAddressIdInput

    interface ListEmailFoldersForEmailAddressIdInput {
        cachePolicy?: CachePolicy;
        emailAddressId: string;
        limit?: number;
        nextToken?: string;
    }

    Hierarchy

    • Pagination
      • ListEmailFoldersForEmailAddressIdInput
    Index

    Properties

    cachePolicy?: CachePolicy

    Determines how the email folders will be fetched. Default usage is remoteOnly.

    emailAddressId: string

    The identifier of the email address associated with the email folders.

    limit?: number
    nextToken?: string
    MMNEPVFCICPMFPCPTTAAATR