} else {
this.destinationUser = destinationUser;
}
// Set up the gmail filter service.
gmailFilterService = new GmailFilterService("exampleCo-exampleApp-1");
gmailFilterService.setUserCredentials(username + "@" + domain, password);
// Run the sample.
runSample();
}