NotifyMessage Property
User defined text that will be included in the email to be sent to Email .
Syntax
__property String NotifyMessage[int NotifyIdx] = {read=FNotifyMessage, write=FSetNotifyMessage};
Default Value
""
Remarks
User defined text that will be included in the email to be sent to NotifyEmail. This is optional.
For FedEx, when multiple recipients exist, the message for the first recipient is the only message that will be included in the request. FedEx only allows one message for all of the recipients of the notification email.
This property is not used by USPS or Canada Post.
The size of the array is controlled by the NotifyCount property.
This property is not available at design time.
Data Type
String