ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface CreateEmailConfigData

    interface CreateEmailConfigData {
        name: string;
        email: string;
        imapHost: string;
        imapPort?: number;
        username: string;
        password: string;
        provider?: string;
        isActive?: boolean;
        syncEnabled?: boolean;
        syncFrequency?: number;
        folder?: string;
        autoCreateAffaire?: boolean;
        autoMatchUser?: boolean;
    }
    Index

    Properties

    name: string
    email: string
    imapHost: string
    imapPort?: number
    username: string
    password: string
    provider?: string
    isActive?: boolean
    syncEnabled?: boolean
    syncFrequency?: number
    folder?: string
    autoCreateAffaire?: boolean
    autoMatchUser?: boolean