Input Arguments for Methods of Inbound Email Manager
The following table lists and describes the input arguments for each method of the Inbound Email Manager business service.
| Method | Input Argument Name | Comment | 
|---|---|---|
| AddAttachments | Business Component  | 
Business component in which attachment records are created.  | 
Business Object  | 
Business object in which attachment records are created.  | 
|
EventFields  | 
Hierarchy that contains the file properties, such as FileName0, FilePath0, FileName1, FilePath1, and so on.  | 
|
| AddCategories | ActivityID  | 
ID of the activity record with which categories are associated.  | 
BusComp  | 
Business component in which category associations are created.  | 
|
BusObj  | 
Business object in which category associations are created.  | 
|
Catalog  | 
Catalog that contains the categories.  | 
|
Categories  | 
List of the categories and the corresponding scores.  | 
|
| DeleteTempFiles | EventFields  | 
Hierarchy that contains the file properties, such as FilePath0, FilePath1, and so on.  | 
| GetCategories | ActivityID  | 
ID of the activity record from which categories are obtained.  | 
BusComp  | 
Business component of the associated categories.  | 
|
BusObj  | 
Business object of the associated categories.  | 
|
Categories  | 
List of the categories and the corresponding scores.  | 
|
| GetEventCategories | Categories  | 
List of the categories that are extracted from EventFields.  | 
EventFields  | 
Event fields that contain category properties with a CATEGORY prefix.  | 
|
| GetPreference | Category  | 
Category of the preference.  | 
Preference  | 
Name of the preference.  | 
|
Value  | 
Value of the preference.  | 
|
| GetResponseText | Catalog ID  | 
ID of the catalog in which the categories are stored. If the Catalog ID input argument contains a value, then the Catalog ID input argument is used to locate the catalog.  | 
Categories  | 
List of the categories and the corresponding scores.  | 
|
CheckThreshold  | 
If Y, checks category scores against the threshold to determine if response text for a category is used. If N, gets the response text by using scores alone.  | 
|
CatalogName  | 
Name of the catalog in which the categories are stored. If the Catalog ID input argument contains a value, then the Catalog Name input argument is ignored.  | 
|
ClosingTemplate  | 
Name of the template that is used for the closing section of the email.  | 
|
EmailFormat  | 
Format in which the email is sent, that is, plain text or HTML.  | 
|
GreetingTemplate  | 
Name of the template that is used for the greeting section of the email.  | 
|
MaximumSections  | 
Maximum number of categories for which response text is returned.  | 
|
ResponseText  | 
Response text for the set of categories.  | 
|
GetSearchSpec  | 
[Name of a business component field]  | 
The name of a business component field, such as Area or Extract.  | 
| GetTokens | Delimiter  | 
One or more characters that separate a token from the surrounding characters. The default value is the space character.  | 
NumTokens  | 
Number of tokens to obtain. The default value is 1.  | 
|
Text  | 
Text from which the tokens are obtained.  | 
|
ParseText  | 
Text  | 
String to parse.  | 
| ReturnPropSet | PropSetType  | 
Type of the output hierarchy.  | 
| SetResponseFields | InputEmailBccLine  | 
BCC line in the inbound email.  | 
InputEmailCcLine  | 
CC line in the inbound email.  | 
|
InputEmailToLine  | 
To line in the inbound email.  | 
|
InputMsgReceiveAddress  | 
Receiver address in the inbound email.  | 
|
InputMsgSenderAddress  | 
Sender address in the inbound email.  | 
|
InputResponseType  | 
Type of response. Values include Reply, Reply to All, and Forward.  | 
|
OutputEmailBccLine  | 
BCC line for the outbound email.  | 
|
OutputEmailCcLine  | 
CC line for the outbound email.  | 
|
OutputEmailToLine  | 
To line for the outbound email.  |