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

    Interface ListEmailFoldersForEmailAddressIdInput

    Input for SudoEmailClient.listEmailFoldersForEmailAddressId.

    ListEmailFoldersForEmailAddressIdInput

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

    Hierarchy (View Summary)

    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

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

    nextToken?: string

    A token generated by a previous call.