|
||||||||||||||||||||||||||||
Defines | |
| #define | X400_S_LOG_CONFIGURATION 700 |
| #define | X400_N_REPORTS 701 |
| #define | X400_S_CONTENT_FILE_PATH 702 |
| #define | X400_N_WAIT_INTERVAL 703 |
| #define | X400_S_LOG_CONFIGURATION_FILE 704 |
| #define | X400_B_RETURN_VERIFICATION_ERRORS 705 |
| #define | X400_ADATP3_SEP 706 |
| #define | X400_S_LIST_ATTR 750 |
| #define X400_S_LOG_CONFIGURATION 700 |
Magic value used for setting of logging config. Value should be an XML blob containing the log configuration in standard R11+ Isode form.
Definition at line 1028 of file x400_att.h.
| #define X400_N_REPORTS 701 |
Magic value used for setting of x400 report control This only applies for the gateway interface. It controls what Reports are generated on transferring a message from the MTA to the user of the API. 0 - (default) do not generate a report 1 - generate a positive delivery report 2 - always generate a non-delivery report
Definition at line 1033 of file x400_att.h.
| #define X400_S_CONTENT_FILE_PATH 702 |
Configures the path that should be used for output of files containing raw content, when X400_S_CONTENT_FILE attribute type is used to request raw-content-in-a-file.
Definition at line 1043 of file x400_att.h.
| #define X400_N_WAIT_INTERVAL 703 |
Configures the interval (in seconds) which the X400msWait function should wait for between polling for new messages using the Summarize operation. If not set, the interval defaults to 2 seconds.
Definition at line 1050 of file x400_att.h.
| #define X400_S_LOG_CONFIGURATION_FILE 704 |
Magic value used for setting of logging config. Value should be the name of, or full path to, a file holding the log configuration in standard R11+ Isode form.
Definition at line 1057 of file x400_att.h.
| #define X400_B_RETURN_VERIFICATION_ERRORS 705 |
Magic value used to direct the API to return the signature verification errors. By default the API will return X400_E_NOERROR if verification of a MOAC fails. This ensures that old applications are forward compatible with this version of the API. Setting this value to TRUE causes the API to return X400_E_X509_VERIFY_FAILURE rather then X400_E_NOERROR when verification fails. 0 - (default) return X400_E_NOERROR when verification of MOAC fails 1 - return X400_E_X509_VERIFY_FAILURE when verification of MOAC fails
Definition at line 1064 of file x400_att.h.
| #define X400_ADATP3_SEP 706 |
ADatP3 bodypart types can be a sequence of IA5text strings. This value is a NULL terminated string of characters used to deliminate the IA5test strings. By default this is "\r\n"
Definition at line 1078 of file x400_att.h.
| #define X400_S_LIST_ATTR 750 |
For internal use only.
Definition at line 1084 of file x400_att.h.