CMC_X_COM_CAN_SEND_RECIP
CMC_X_COM_CAN_SEND_RECIP is a CMC extension that checks whether the message service is ready to send to the specified recipient.
Quick Info
Input Usage
-
item_data
-
Zero.
-
item_reference
-
NULL. On input to the cmc_look_up function, the recipient_in parameter contains the recipient about which the message service is being queried. If there is more than one recipient passed in recipient_in, cmc_look_up only looks at the first recipient.
-
extension_flags
-
All flags used with the CMC_extension structure are valid. No further flags are defined.
Output Usage
-
item_data
-
Bitmask of extension flags. The following flags can be set:
-
CMC_X_COM_DEFER
-
The service provider will accept the message but defer it until a transport provider is ready.
-
CMC_X_COM_NOT_READY
-
No transport provider is available for the specified recipient type.
-
CMC_X_COM_READY
-
The message can be sent immediately.
-
item_reference
-
Unchanged.
-
extension_flags
-
Unchanged.
See Also
CMC_extension, cmc_look_up