MFP.Authenticate

Description

Authenticates to the Message Feed server. Each client submitting messages to the Message Feed server must authenticate itself with a name and a password.

Syntax

MFP.Authenticate hMFP [RequestId request-id] User user Password password;

Parameters

Error handling

When an error occurs, the function throws an exception of type MFP.$Exception and sets the $Error reserved variable to one of the following below values:

Example

Related commands

MFP.GetReply