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

SenderContact Property

Identifies the sender that requests an email notification or SPOD (via fax).

Syntax

[VB.NET]
Public Property SenderContact As ContactDetail

[C#]
public ContactDetail SenderContact {get; set;}

Remarks

The SenderContact is required to be provided in requests made for:

  • shipment status (notification(s) to be sent via e-mail) - when the RequestEmailNotification method is called, or
  • Signature Proof of Delivery (SPOD) to be sent via fax - - when the FaxProofOfDelivery method is called.

This must be set to an instance of the ContactDetail type, which will contain specific contact information about the sender of requests for e-mail notification(s) and/or SPOD via fax. See the ContactDetail type for more information.

Default Value

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