Table of Objects

1. account

2. cli

3. connection_data

4. contact_info

5. context

6. dnr

7. domain

8. domain_registration

9. field

10. filter

11. folder_rcpt

12. forwarder

13. ftp_backup

14. imap

15. ldap_connector

16. limits

17. list

18. listener

19. loader

20. log

21. maillist

22. mapping_data

23. migration

24. migration_data

25. nameserver

26. pop3

27. processing

28. proxy

29. public_folder

30. queue

31. queue_item

32. quotas

33. registry_information

34. report

35. rpop

36. saver

37. server

38. services

39. session

40. smtp_out

41. spe

42. string_list

43. upload_wmfilter

44. url_redirect

45. userdb

46. webadmin

47. webmail

48. webmaildata

31. queue_item

Fields
Methods
Member Objects


1. Fields

status

Function name Function signature
queue_item_status_get string queue_item_status_get (object:queue_item obj)
This function returns the status of the message

received_date

Function name Function signature
queue_item_received_date_get string queue_item_received_date_get (object:queue_item obj)
This funcion returns the receiving date of the message

size

Function name Function signature
queue_item_size_get int queue_item_size_get (object:queue_item obj)
This function returns the message size

sender

Function name Function signature
queue_item_sender_get string queue_item_sender_get (object:queue_item obj)
This function returns the sender of the message

next_schedule

Function name Function signature
queue_item_next_schedule_get string queue_item_next_schedule_get (object:queue_item obj)
This function returns the date of the next scheduled retry for delivering the message

recipients

Function name Function signature
queue_item_recipients_get string queue_item_recipients_get (object:queue_item obj)
This function returns the recipients of the message

id

Function name Function signature
queue_item_id_get string queue_item_id_get (object:queue_item obj)
This funtion returns the Axigen id for the queue item (message)

2. Methods

Function name Function signature
queue_item_destroy2 int queue_item_destroy2 (void*)
queue_item_destroy int queue_item_destroy (object:queue_item)

3. Member Objects

connection_data

Functions that apply to member object:
Function name Function signature
proxy_connection_data_get object:connection_data proxy_connection_data_get (object:proxy proxy, object:session s)
This function returns the connection data for the proxy. The connection data is used at setting various connections for the proxy connections

listeners

Functions that apply to member object:
Function name Function signature
proxy_listeners_get object:listeners proxy_listeners_get (object:proxy proxy, object:session s)
This function returns the listeners list for this proxy

mapping_data

Functions that apply to member object:
Function name Function signature
proxy_mapping_data_get object:mapping_data proxy_mapping_data_get (object:proxy proxy, object:session s)
This function returns the mapping data for the proxy. The mapping data is used for configuring Axigen clustering. Please read the Axigen documentation for more information.