Google Apps Script API
    Preparing search index...
    interface SendAsCollection {
        SmimeInfo: SmimeInfoCollection;
        create(
            resource: GoogleAppsScript.Gmail.Schema.SendAs,
            userId: string,
        ): GoogleAppsScript.Gmail.Schema.SendAs;
        get(
            userId: string,
            sendAsEmail: string,
        ): GoogleAppsScript.Gmail.Schema.SendAs;
        list(userId: string): ListSendAsResponse;
        patch(
            resource: GoogleAppsScript.Gmail.Schema.SendAs,
            userId: string,
            sendAsEmail: string,
        ): GoogleAppsScript.Gmail.Schema.SendAs;
        remove(userId: string, sendAsEmail: string): void;
        update(
            resource: GoogleAppsScript.Gmail.Schema.SendAs,
            userId: string,
            sendAsEmail: string,
        ): GoogleAppsScript.Gmail.Schema.SendAs;
        verify(userId: string, sendAsEmail: string): void;
    }
    Index

    Properties

    Methods