Method DetailData getData() Returns EmailSetting information. Returns: Data Since: 02-10-2011 String getDescription() Returns the description of this EmailSetting. Returns: String Since: 02-10-2011 String getId() Returns the id of this EmailSetting. Returns: String Since: 02-10-2011 StorageProvider getStorageProvider() Returns the storage provider if any. Returns: StorageProvider Since: 06-19-2020 boolean setActive(boolean active) Sets EmailSetting active or not active.
Parameters:
Returns: boolean Since: 02-10-2011 boolean setDefault() Sets EmailSetting as default for the enterprise. Returns: boolean Since: 02-10-2011 boolean setDescription(String description) Sets the description of this EmailSetting. Returns false if already used.
Parameters:
Returns: boolean Since: 02-10-2011 boolean setDomain(String domainId, String subDomain) Sets the domain for this EmailSetting. Pass null to remove the domain. Changes can be made until one or more Pal Email Accounts are associated with these settings.
Parameters:
Returns: boolean Since: 02-10-2011 boolean setInboundSettings(Data data) Sets Inbound EmailSetting information.
Parameters:
Returns: boolean Since: 02-10-2011 setPal(String palId) Sets or removes the Pal related to this setting. See Pal.getMailBox().
Parameters:
Since: 12-10-2013 boolean setSmtpSettings(Data data) Sets SMTP EmailSetting information.
Parameters:
Returns: boolean Since: 02-10-2011 setStorageProvider(StorageProvider storageProvider) Sets or removes the storage provider.
Parameters:
Since: 06-19-2020 int testInboundSettings() Tests the inbound configuration and returns the results. A result of -1 indicates an error. Returns: int Since: 02-10-2011 int testInboundSettings(Data data) Tests the inbound configuration and returns the results. A result of -1 indicates an error.
Parameters:
Returns: int Since: 01-17-2012 boolean testSmtpSettings(String email) Tests the smtp configuration and returns the results.
Parameters:
Returns: boolean Since: 02-10-2011 boolean testSmtpSettings(String email, Data data) Tests the smtp configuration and returns the results.
Parameters:
Returns: boolean Since: 01-17-2012 String toString() Returns a description of this object. Returns: String Since: 02-10-2011 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |