NotifyType Property
Identifies the set of valid email notification recipient types.
Syntax
__property TibxFedExShipNotifyTypes NotifyType[int NotifyIdx] = {read=FNotifyType, write=FSetNotifyType};
enum TibxFedExShipNotifyTypes { rtUnspecified=0, rtRecipient=1, rtShipper=2, rtBroker=3, rtOther=4, rtThirdParty=5 };
Default Value
0
Remarks
Identifies the set of valid email notification recipient types. Valid values are:
rtUnspecified (0) | |
rtRecipient (1) | |
rtShipper (2) | |
rtBroker (3) | |
rtOther (4) | |
rtThirdParty (5) |
For FedEx, when rtShipper, rtRecipient or rtBroker are set, the email address associated with their definitions will be used and the NotifyEmail specified for these types will be ignored.
For USPS, only the rtShipper and rtRecipient are valid.
This property does not apply to UPS or Canada Post notifications.
The size of the array is controlled by the NotifyCount property.
This property is not available at design time.
Data Type
Integer