FieldsMethodsMember Objects1. Fields
name
| Function name |
Function signature |
| folder_rcpt_name_set |
int folder_rcpt_name_set (object:folder_rcpt obj, string value) |
|
This function sets the name of the folderrcpt. Returns 0 on succes, -1 on failure
|
| folder_rcpt_name_get |
string folder_rcpt_name_get (object:folder_rcpt obj) |
|
This function destroys a folder rcpt object
This function returns the name of a folder-rcpt object
|
mbox_name
| Function name |
Function signature |
| folder_rcpt_mbox_name_get |
string folder_rcpt_mbox_name_get (object:folder_rcpt obj) |
|
This function returns the folder name corresponding to this folder_rcpt
|
| folder_rcpt_mbox_name_set |
int folder_rcpt_mbox_name_set (object:folder_rcpt obj, string value) |
|
This function sets the folderrcpt's folder name. Returns 0 on succes, -1 on failure
|
enabled
| Function name |
Function signature |
| folder_rcpt_enabled_get |
int folder_rcpt_enabled_get (object:folder_rcpt obj) |
|
This function returns 1 if the folderrcpt is enabled in Axigen and 0 if not
|
| folder_rcpt_enabled_set |
int folder_rcpt_enabled_set (object:folder_rcpt obj, int value) |
|
If the 'value' parameter is 1, this function enables the folderrcpt, if it is 0, it disables it. Returns 0 on succes, -1 on failure
|
2. Methods
| Function name |
Function signature |
| folder_rcpt_save |
int folder_rcpt_save (object:folder_rcpt data, object:session session) |
|
This function saves a folder_rcpt (folder recipient) back to Axigen. Returns 0 on succes, -1 on failure
|
| folder_rcpt_load |
object:folder_rcpt folder_rcpt_load (object:session session, object:context_list context) |
3. Member Objects
filters
Functions that apply to member object:
| Function name |
Function signature |
| folder_rcpt_filters_get |
object:filters folder_rcpt_filters_get (object:folder_rcpt folder_rcpt, object:session s) |
|
This function gets a filter object for a rcptfolder.
|