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
Header
file: |
XCMCEXT.H |
Input Usage
item_data
Zero.
item_reference
NULL. On
input to the cmc_look_up
extension_flags
All flags
used with the CMC_extension
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.
Adds to
The cmc_look_up
See Also