Google Apps Migration for Lotus Notes Installation & Administration Guide User Manual

Page 90

Advertising
background image

90

Google Apps Migration for Lotus Notes Installation & Administration Guide

Function QueryMigrateUser (userProfile As NotesDocument) As Integer

Called for each user prior to migrating content to Google Apps. Return False to skip the user.
Return True to let processing proceed. Passes in the user’s mail profile.

Function QueryMigrateUsers () As Integer

Called just before the Feeder begins to process its first database. Return False to abandon the
operation. Return True to let processing proceed.

Function QueryUpdateReposity () As Integer

Called just before the system populates the mail repository to convert Notes email to MIME
email. Return False to abandon the operation. Return True to let processing proceed.

Note:

All of the events listed above can also be used to interact with the processing of mail-

in, document library, and discussion databases.

WARNING:

Custom API code can interfere with the normal operation of the system. Google

takes no responsibility for and provides no support for any system in which custom API code
has been deployed and this code has been shown to interfere with normal operations.

Advertising