vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface EmailToCaseRoutingAddress

    interface EmailToCaseRoutingAddress {
        addressType?: EmailToCaseRoutingAddressType;
        authorizedSenders?: string;
        caseOrigin?: string;
        caseOwner?: string;
        caseOwnerType?: string;
        casePriority?: string;
        createTask?: boolean;
        emailAddress?: string;
        emailServicesAddress?: string;
        fallbackQueue?: string;
        isVerified?: boolean;
        routingFlow?: string;
        routingName?: string;
        saveEmailHeaders?: boolean;
        taskStatus?: string;
    }
    Index

    Properties

    authorizedSenders?: string
    caseOrigin?: string
    caseOwner?: string
    caseOwnerType?: string
    casePriority?: string
    createTask?: boolean
    emailAddress?: string
    emailServicesAddress?: string
    fallbackQueue?: string
    isVerified?: boolean
    routingFlow?: string
    routingName?: string
    saveEmailHeaders?: boolean
    taskStatus?: string