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_up8AIWIR 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_extensionWY87UR 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.

 

Adds to

The cmc_look_up8AIWIR function.

See Also

CMC_extension, cmc_look_up