Modules

 X400 MS (P3/P7) API
 The function calls which make up the P3 or P7 (X.400 UA) interface.
 

Macros

#define MS_ENTRY_CLASS_STORED_MESSAGES   0
 
#define MS_ENTRY_CLASS_SUBMITTED_MESSAGES   1
 
#define MS_ENTRY_STATUS_ANY   -1
 
#define MS_ENTRY_STATUS_NEW   0
 
#define MS_ENTRY_STATUS_LISTED   1
 
#define MS_ENTRY_STATUS_FETCHED   2
 
#define MS_ENTRY_STATUS_NEW_OR_LISTED   3
 
#define MS_ENTRY_STATUS_LISTED_OR_FETCHED   4
 

Detailed Description

Macro Definition Documentation

◆ MS_ENTRY_CLASS_STORED_MESSAGES

#define MS_ENTRY_CLASS_STORED_MESSAGES   0

Messages which have been delivered into the Message Store

Examples
examples/x400_mslist.c.

Definition at line 313 of file x400_msapi.h.

◆ MS_ENTRY_CLASS_SUBMITTED_MESSAGES

#define MS_ENTRY_CLASS_SUBMITTED_MESSAGES   1

Messages which have been stored in the Message Store on submission

Examples
examples/x400_mslist.c.

Definition at line 316 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_ANY

#define MS_ENTRY_STATUS_ANY   -1

Select messages in any state

Definition at line 323 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_NEW

#define MS_ENTRY_STATUS_NEW   0

Select messages in state NEW

Definition at line 326 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_LISTED

#define MS_ENTRY_STATUS_LISTED   1

Select messages in state LISTED

Definition at line 329 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_FETCHED

#define MS_ENTRY_STATUS_FETCHED   2

Select messages in state FETCHED

Definition at line 332 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_NEW_OR_LISTED

#define MS_ENTRY_STATUS_NEW_OR_LISTED   3

Select messages in state NEW or LISTED

Definition at line 335 of file x400_msapi.h.

◆ MS_ENTRY_STATUS_LISTED_OR_FETCHED

#define MS_ENTRY_STATUS_LISTED_OR_FETCHED   4

Select messages in state LISTED or FETCHED

Definition at line 338 of file x400_msapi.h.