Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

Notify Property

Collection of recipients to get notified.

Syntax

[VB.NET]
Public Property Notify As NotifyDetailList

[C#]
public NotifyDetailList Notify {get;}

Remarks

The Notify is required to be provided when the Deliver to Post Office flag has been set on the ShipmentSpecialServices property.

For each idx = 0 to NotifyCount - 1, this must be set to an instance of the NotifyDetail type, which will contain specific information about the recipient to be notified via email. See the NotifyDetail type for more information.

Each recipient to receive an e-mail notification has a Email (required), RecipientType (optional), Message (optional), and NotificationFlags (optional).

For instance, if the recipients' list consists of one recipient:


component.Notify[0].Email = "test@test.com";
component.Notify[0].NotificationFlags = (0x01 | 0x04); // (NOTIFY_FLAG_DELIVERY | NOTIFY_FLAG_SHIPMENT)

This property is not available at design time.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0