SenderAddress Property
Identifies the sender's address from which the shipment is originating.
Syntax
[VB.NET] Public ReadOnlyProperty SenderAddress As AddressDetail
[C#] public AddressDetail SenderAddress {get;}
Remarks
The SenderAddress will be returned in a track response (when the TrackShipment method is called).
This must be set to an instance of the AddressDetail type, which will contain sender's address details. See the AddressDetail type for more information.
This property is read-only.