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.