mfp_SubmitMessage

Description

Submits a message to the Message Feed server. Before submitting a message, the mfp_Authenticate function must be called to authenticate to the server. A message is submitted to a specified activity. The message consists of data and attributes and is optionally identified by a message ID.

Syntax

int mfp_SubmitMessage (h_mfp hMFP, int RequestId, char const* pIntegration, char const* pActivity, char const* pFilePath, t_mfpattribute** ppAttributes, char const* pMessageId, int Acknowledge, int Timeout);

Parameters

Example

Related commands

mfp_GetReply

mfp_GetLastError