How can we help?

AxMmServer.FileMessage


In C#, VB.Net, C++ and other compiled languages the namespace for most classes is AXMMCFGLib instead of AxMmServer. For interpreted languages like VBScript, JavaScript or Powershell it is AxMmServer.

This is a file mesage. The file pickup channel will generate this type of message.

This message inherits all the properties of the Message object as well.

Property Type Read/Write Description
Path String Read/Write Original path of the file
Body String Read/Write The text body of the file

Path property

The original path of the file.

Body property

The text body of the file.