The MfpAttribute constructor creates an attribute instance to be used when submitting a message.
core.mfp.MfpAttribute
constructor
public void MfpAttribute()
public void MfpAttribute(String name, String value)
name
– Name of the attribute. The value parameter is the value of the attribute.See Mfp.submitMessage.