nylas
    Preparing search index...

    Interface ProviderDetectResponse

    Interface representing the Nylas provider detect response.

    interface ProviderDetectResponse {
        detected: boolean;
        emailAddress: string;
        provider?: string;
        type?: string;
    }
    Index

    Properties

    detected: boolean

    Whether the provider was detected

    emailAddress: string

    Email provided for autodetection

    provider?: string

    Detected provider

    type?: string

    Provider type (if IMAP provider detected displays the IMAP provider)