CMC_X_MS_FUNCTION_FLAGS
CMC_X_MS_FUNCTION_FLAGS is a CMC extension that contains a bitmask of flags used for CMC functions that serve purposes other than session handling.
Quick Info
Input Usage
-
item_data
-
Bitmask of extension flags. The following flags can be set:
-
CMC_X_MS_AB_NO_MODIFY
-
Disallows changes to the address book through the address-book details dialog box if a user interface is being used with the cmc_look_up function.
-
CMC_X_MS_LIST_GUARANTEE_FIFO
-
Causes the CMC implementation to return messages in date order when the cmc_list function is called.
-
CMC_X_MS_READ_BODY_AS_FILE
-
Causes the CMC implementation to put an attachment containing the message text in the message body rather than putting the message text in the message body directly when returning a message with the cmc_read function.
-
CMC_X_MS_READ_ENV_ONLY
-
Causes the CMC implementation to return only the message header information when returning a message with the cmc_read function.
-
item_reference
-
NULL.
-
extension_flags
-
All flags used with the CMC_extension structure are valid. No further flags are defined.
Output Usage
-
extension_flags
-
Unchanged.
-
item_data
-
Unchanged.
-
item_reference
-
Unchanged.
Adds to
The cmc_read, cmc_look_up, and cmc_list functions.
See Also
CMC_extension, cmc_list, cmc_look_up, cmc_read