Google Apps Script API
    Preparing search index...
    interface SmtpMsa {
        host?: string;
        password?: string;
        port?: number;
        securityMode?: string;
        username?: string;
    }
    Index

    Properties

    host?: string
    password?: string
    port?: number
    securityMode?: string
    username?: string