Google Apps Script API
    Preparing search index...

    An instant messaging field in a Contact.

    interface IMField {
        deleteIMField(): void;
        getAddress(): string;
        getLabel(): string | GoogleAppsScript.Contacts.Field | ExtendedField;
        isPrimary(): boolean;
        setAddress(address: string): IMField;
        setAsPrimary(): IMField;
        setLabel(field: GoogleAppsScript.Contacts.Field): IMField;
        setLabel(label: string): IMField;
    }
    Index

    Methods