getInitAttribute(String name) Get the value of an (XML) attribute stored in this MailetConfig.
Parameters: name - the name of the attribute whose value is to be retrieved.
Get the value of an (XML) attribute stored in this MailetConfig.
Parameters: name - the name of the attribute whose value is to be retrieved. the attribute value or null if missing
Get the value of an parameter stored in this MailetConfig. Multi-valued
parameters are returned as a comma-delineated string.
Parameters: name - the name of the parameter whose value is to be retrieved. the parameter value