} else {
this.destinationUser = destinationUser;
}
// Set up the mail item service.
mailItemService = new MailItemService("exampleCo-exampleApp-1");
mailItemService.setUserCredentials(username + "@" + domain, password);
// Run the sample.
runSample();
}